Skip to content

Commit

Permalink
Merge pull request #508 from radixdlt/update-choose-backup-android-copy
Browse files Browse the repository at this point in the history
Update android restore copy
  • Loading branch information
giannis-rdx authored Sep 17, 2024
2 parents bfce3d6 + 2221488 commit 14124f5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Content/Recover Profile Backup/recoverProfileBackup.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recoverProfileBackup_header_title": "Restore Wallet From Backup",
"recoverProfileBackup_header_subtitle": "Select a backup to restore your Radix Wallet. You will be asked to enter your seed phrase(s) to recover control of your Accounts and Personas.",
"androidRecoverProfileBackup_choose_title": "Choose a backup",
"androidRecoverProfileBackup_choose_title": "Choose a backup from Google Drive",
"iOSRecoverProfileBackup_choose_title": "Choose a backup on iCloud",
"iOSRecoverProfileBackup_noBackupsAvailable": "No wallet backups available on current iCloud account",
"iOSRecoverProfileBackup_notLoggedInToICloud": "Not logged in to iCloud",
Expand All @@ -16,5 +16,12 @@
"recoverProfileBackup_incompatibleWalletDataLabel": "Incompatible Wallet data",
"recoverProfileBackup_passwordWrong": "The password is wrong",
"recoverProfileBackup_backupNotAvailable": "Backup not available?",
"recoverProfileBackup_otherRestoreOptionsButton": "Other Restore Options"
"recoverProfileBackup_otherRestoreOptionsButton": "Other Restore Options",
"recoverProfileBackup_choose_iOS": "Choose a backup on iCloud",
"recoverProfileBackup_noBackupsAvailable_iOS": "No wallet backups available on current iCloud account",
"recoverProfileBackup_notLoggedIn_iOS": "Not logged in to iCloud",
"recoverProfileBackup_networkUnavailable": "Network unavailable",
"recoverProfileBackup_couldNotLoadBackups": "Could not load backups",
"recoverProfileBackup_updateSystemSetings": "Update in System Settings",
"recoverProfileBackup_thisDevice": "This Device"
}

0 comments on commit 14124f5

Please sign in to comment.