Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

String updates to prepare for localization #617

Merged
merged 17 commits into from
May 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change straight quotes to curly quotes for consistency
devinreams committed Apr 23, 2019
commit 8fe0178322879270d669f04c971d800e8feddb9e
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -224,11 +224,11 @@
<string name="onboarding_autofill_description">Update your device’s Autofill settings to allow %1$S to fill passwords. </string>
<!-- This button will take you to your phone's autofill settings screen. -->
<string name="go_to_settings">Go to settings</string>
<!-- This is the title for the final onboarding screen. -->
<string name="all_set">You\'re all set!</string>
<!-- This is the button to dismiss the final onboarding screen. -->
<!-- This is the content description for the autofill image on the autofill onboarding screen. %1$S will be replaced with application name -->
<string name="onboarding_autofill_image_description">%1$S Autofill</string>
<!-- This is the title for the final onboarding screen -->
<string name="all_set">You’re all set!</string>
<!-- This is the button to dismiss the final onboarding screen -->
<string name="finish">Finish</string>
<!-- This description of the app functionality is shown on the final onboarding screen -->
<string name="access_description">Access logins saved to Firefox from your phone</string>