Fix strings.

This commit is contained in:
mtang-signal 2024-07-25 16:29:38 -07:00 committed by Nicholas Tinsley
parent 6c042f6e47
commit e6fb01a67b

View file

@ -4941,7 +4941,7 @@
<!-- Summary for stories preference to launch into story privacy settings --> <!-- 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> <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 --> <!-- 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">Cant enable payment lock</string>
<!-- Alert dialog description to setup screen lock or fingerprint in phone settings --> <!-- 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 phones settings.</string> <string name="PrivacySettingsFragment__cant_enable_description">To use Payment Lock, you must first enable a screen lock or fingerprint ID in your phones settings.</string>
<!-- Shown in a toast when we can\'t navigate to the user\'s system fingerprint settings --> <!-- 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 --> <!-- Sheet title when user does not have enough space to download their backup -->
<string name="BackupAlertBottomSheet__cant_complete_download">Can\'t complete download</string> <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. --> <!-- 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 --> <!-- 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"> <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> <item quantity="one">If you choose \"Skip\" the media in your backup will be deleted in %1$d day.</item>