mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Handle rate limits when rotating recovery key.
This commit is contained in:
@@ -8783,6 +8783,16 @@
|
||||
<!-- No backup to Restore tonal cta to skip restore -->
|
||||
<string name="NoBackupToRestore_skip_restore">Skip restore</string>
|
||||
|
||||
<!-- Dialog title when the recovery key change limit is reached -->
|
||||
<string name="MessageBackupsKeyRecordScreen__limit_reached_title">Recovery key limit reached</string>
|
||||
<!-- Dialog body when the recovery key change limit is reached -->
|
||||
<string name="MessageBackupsKeyRecordScreen__limit_reached_body">You successfully created a new recovery key, but to prevent abuse the number of new keys you can create is limited. You will not be able to create another key for 7 days. Store your recovery key somewhere safe and secure.</string>
|
||||
<!-- Dialog title when the recovery key change limit is exhausted and you cannot create a new key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__limit_exceeded_title">Can’t create new key</string>
|
||||
<!-- Dialog body when the recovery key change limit is exhausted and you cannot create a new key. Placeholder is number of days remaining until they can create a new key. -->
|
||||
<string name="MessageBackupsKeyRecordScreen__limit_exceeded_body">You’ve exhausted the number of new keys you can create. You will be able to create a new recovery key in 7 days. If you believe someone may be able to access your backup, you can choose to “Turn off and delete backup.”</string>
|
||||
<!-- Button to acknowledge and dismiss dialog -->
|
||||
<string name="MessageBackupsKeyRecordScreen__ok">OK</string>
|
||||
<!-- Accessibility label for close search button in MainToolbar -->
|
||||
<string name="MainToolbar__close_search_content_description">Close search</string>
|
||||
<!-- Accessibility label for clear search query in MainToolbar -->
|
||||
|
||||
Reference in New Issue
Block a user