Various backup strings updates.

This commit is contained in:
Alex Hart
2025-08-19 15:37:22 -03:00
committed by Jeffrey Starke
parent ecddf34083
commit 71c34e17eb
2 changed files with 4 additions and 4 deletions

View File

@@ -361,7 +361,7 @@ private fun BackupAvailableContent(
}
Text(
text = stringResource(R.string.RemoteRestoreActivity__if_you_choose_not_to_restore),
text = stringResource(R.string.RemoteRestoreActivity__your_media_will_restore_in_the_background),
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.secondary,
modifier = Modifier.padding(top = 16.dp)
@@ -375,7 +375,7 @@ private fun BackupAvailableContent(
)
Text(
text = stringResource(R.string.RemoteRestoreActivity__if_you_choose_not_to_restore),
text = stringResource(R.string.RemoteRestoreActivity__your_media_will_restore_in_the_background),
style = MaterialTheme.typography.bodyLarge.copy(textAlign = TextAlign.Center),
color = MaterialTheme.colorScheme.onSurfaceVariant
)

View File

@@ -1500,7 +1500,7 @@
<!-- Text label button to dismiss the dialog -->
<string name="RemoteRestoreActivity__not_now">Not now</string>
<!-- Text shown on restore screen as information on what will happen if you skip -->
<string name="RemoteRestoreActivity__if_you_choose_not_to_restore">If you choose not to restore now, you won\'t be able to restore later. Your media will restore in the background.</string>
<string name="RemoteRestoreActivity__your_media_will_restore_in_the_background">Your media will restore in the background. If you choose not to restore now, you won\'t be able to restore later.</string>
<!-- GroupMentionSettingDialog -->
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>
@@ -7753,7 +7753,7 @@
<!-- Title of a megaphone shown to prompt the user to verify their backup key -->
<string name="VerifyBackupKey__title">Verify your backup key</string>
<!-- Body of a megaphone shown to prompt the user to verify their backup key -->
<string name="VerifyBackupKey__body">To help you remember your key, we\'ll periodically ask you for it.</string>
<string name="VerifyBackupKey__body">We\'ll occasionally ask you to verify your key to ensure you still know it</string>
<!-- Button of a megaphone that will take users to the verify backup key screen -->
<string name="VerifyBackupKey__verify">Verify</string>
<!-- Button of a megaphone that will snooze the reminder to verify their backup key -->