Update backup string (digit -> character).

This commit is contained in:
Greyson Parrelli
2024-11-20 14:00:00 -05:00
parent 59403e7da8
commit 88549ab10d

View File

@@ -7781,7 +7781,7 @@
<!-- Screen headline -->
<string name="MessageBackupsKeyEducationScreen__your_backup_key">Your backup key</string>
<!-- Screen body part 1 -->
<string name="MessageBackupsKeyEducationScreen__your_backup_key_is_a">Your backup key is a 64-digit code that lets you restore your backup when you re-install Signal.</string>
<string name="MessageBackupsKeyEducationScreen__your_backup_key_is_a">Your backup key is a 64-character code that lets you restore your backup when you re-install Signal.</string>
<!-- Screen body part 2 -->
<string name="MessageBackupsKeyEducationScreen__if_you_forget_your_key">If you forget your key, you will not be able to restore your backup. Signal cannot help you recover your backup.</string>
<!-- Action button label -->
@@ -7899,13 +7899,13 @@
<!-- Screen title for manual entry of backup key material for restoring via signal backups -->
<string name="EnterBackupKey_title">Enter your backup key</string>
<!-- Screen subtitle for manual entry of backup key material for restoring via signal backups -->
<string name="EnterBackupKey_subtitle">Your backup key is a 64-digit code required to recover your account and data.</string>
<string name="EnterBackupKey_subtitle">Your backup key is a 64-character code required to recover your account and data.</string>
<!-- Button to skip entering backup key and resuming normal registration flow -->
<string name="EnterBackupKey_no_backup_key">No backup key?</string>
<!-- Backup key text field hint -->
<string name="EnterBackupKey_backup_key">Backup key</string>
<!-- Backup key not known bottom sheet info paragraph 1 -->
<string name="EnterBackupKey_no_key_paragraph_1">Backups can\'t be recovered without their 64-digit recovery code. If you\'ve lost your backup key Signal can\'t help restore your backup.</string>
<string name="EnterBackupKey_no_key_paragraph_1">Backups can\'t be recovered without their 64-character recovery code. If you\'ve lost your backup key Signal can\'t help restore your backup.</string>
<!-- Backup key not known bottom sheet info paragraph 2 -->
<string name="EnterBackupKey_no_key_paragraph_2">If you have your old device you can view your backup key in Settings > Backups. Then tap View backup key.</string>
<!-- Backup key not known bottom sheet button to learn more about it -->