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
)