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
explain what the string replacement will be
devinreams committed Apr 23, 2019

Verified

This commit was signed with the committer’s verified signature.
devinreams Devin Reams
commit a5b4130b272fe696cde897e605b03e4356100990
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -228,7 +228,7 @@
<string name="access_description">Access logins saved to Firefox from your phone</string>
<!-- This is an accessible content description for the security information link text. %1$S will be replaced with application name -->
<string name="security_content_description">This is a link to a description of security practices in %1$S.</string>
<!-- This description of the app security is shown on the final onboarding screen. -->
<!-- This description of the app security is shown on the final onboarding screen. %s will be replaced with the security link. -->
<string name="security_description">Sync between devices with secure %s</string>
<!-- This text is displayed as a link in the security description. -->
<string name="security_link">256-bit encryption</string>