Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update voice collection dialog text (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored Sep 9, 2019
1 parent 17793e1 commit e6ec2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public void show(@ShowFlags int aShowFlags) {
} else {
mWidgetManager.getFocusedWindow().showAppDialog(
getResources().getString(R.string.voice_samples_collect_data_dialog_title, getResources().getString(R.string.app_name)),
R.string.voice_samples_collect_dialog_description,
R.string.voice_samples_collect_dialog_description2,
new int[]{
R.string.voice_samples_collect_dialog_do_not_allow,
R.string.voice_samples_collect_dialog_allow},
Expand Down
5 changes: 1 addition & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<resources>
<!-- IMPORTANT NOTE: If this file is updated anyhow, the STRs wiki must be updated accordingly:
https://github.com/MozillaReality/FirefoxReality/wiki/L10n -->

<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">ENTER</string>

Expand Down Expand Up @@ -966,7 +963,7 @@

<!-- This string is displayed in the description of the Voice Search samples collect dialog. That dialog is shown the first time
a user tries to use the voice search. -->
<string name="voice_samples_collect_dialog_description">Your data is always secure and never shared with third parties. We collect voice samples to improve the experience and performance of our products. You’ll always be able to use voice search, even if you don’t allow collection.&lt;a href="privacy">Learn More&lt;/a></string>
<string name="voice_samples_collect_dialog_description2">In order to improve our voice recognition and other services, we need to collect voice samples for research. We store your data securely and without identifying information. You’ll always be able to use voice search, even if you don’t allow collection.&lt;a href="privacy">Learn More&lt;/a></string>

<!-- This string is displayed in the button of the Voice Search samples collect dialog.
When clicked the user opts in to the voice data collection. -->
Expand Down

0 comments on commit e6ec2b6

Please sign in to comment.