Fix strings.
This commit is contained in:
parent
6c042f6e47
commit
e6fb01a67b
1 changed files with 2 additions and 2 deletions
|
@ -4941,7 +4941,7 @@
|
|||
<!-- Summary for stories preference to launch into story privacy settings -->
|
||||
<string name="PrivacySettingsFragment__payment_lock_require_lock">Require Android screen lock or fingerprint to transfer funds</string>
|
||||
<!-- Alert dialog title when payment lock cannot be enabled -->
|
||||
<string name="PrivacySettingsFragment__cant_enable_title">Can\’t enable payment lock</string>
|
||||
<string name="PrivacySettingsFragment__cant_enable_title">Can’t enable payment lock</string>
|
||||
<!-- Alert dialog description to setup screen lock or fingerprint in phone settings -->
|
||||
<string name="PrivacySettingsFragment__cant_enable_description">To use Payment Lock, you must first enable a screen lock or fingerprint ID in your phone’s settings.</string>
|
||||
<!-- Shown in a toast when we can\'t navigate to the user\'s system fingerprint settings -->
|
||||
|
@ -7120,7 +7120,7 @@
|
|||
<!-- Sheet title when user does not have enough space to download their backup -->
|
||||
<string name="BackupAlertBottomSheet__cant_complete_download">Can\'t complete download</string>
|
||||
<!-- Sheet body part 1 when user does not have enough space to download their backup. Placeholder is the amount of space needed. -->
|
||||
<string name="BackupAlertBottomSheet__your_device_does_not_have_enough_free_space">Your device does not have enough free space. Free up to %1$s of space to download the media stored in your backup.</string>
|
||||
<string name="BackupAlertBottomSheet__your_device_does_not_have_enough_free_space">Your device does not have enough free space. Free up %1$s of space to download the media stored in your backup.</string>
|
||||
<!-- Sheet body part 2 when user does not have enough space to download their backup. Placeholder is the number of days until deletion -->
|
||||
<plurals name="BackupAlertBottomSheet__if_you_choose_skip">
|
||||
<item quantity="one">If you choose \"Skip\" the media in your backup will be deleted in %1$d day.</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue