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

Commit e6ec2b6

Browse files
authored
Update voice collection dialog text (#1803)
1 parent 17793e1 commit e6ec2b6

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/VoiceSearchWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public void show(@ShowFlags int aShowFlags) {
288288
} else {
289289
mWidgetManager.getFocusedWindow().showAppDialog(
290290
getResources().getString(R.string.voice_samples_collect_data_dialog_title, getResources().getString(R.string.app_name)),
291-
R.string.voice_samples_collect_dialog_description,
291+
R.string.voice_samples_collect_dialog_description2,
292292
new int[]{
293293
R.string.voice_samples_collect_dialog_do_not_allow,
294294
R.string.voice_samples_collect_dialog_allow},

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<resources>
2-
<!-- IMPORTANT NOTE: If this file is updated anyhow, the STRs wiki must be updated accordingly:
3-
https://github.com/MozillaReality/FirefoxReality/wiki/L10n -->
4-
52
<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
63
<string name="keyboard_enter_label">ENTER</string>
74

@@ -966,7 +963,7 @@
966963

967964
<!-- This string is displayed in the description of the Voice Search samples collect dialog. That dialog is shown the first time
968965
a user tries to use the voice search. -->
969-
<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>
966+
<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>
970967

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

0 commit comments

Comments
 (0)