mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 05:03:28 +00:00
Various backup strings updates.
This commit is contained in:
committed by
Jeffrey Starke
parent
ecddf34083
commit
71c34e17eb
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user