mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix copy for no backup key bottom sheet.
This commit is contained in:
@@ -280,7 +280,7 @@ private fun NoBackupKeyBottomSheet(
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
|
||||
Text(
|
||||
text = stringResource(R.string.EnterBackupKey_no_key_paragraph_1),
|
||||
text = stringResource(R.string.EnterBackupKey_no_key_paragraph_2),
|
||||
style = MaterialTheme.typography.bodyMedium.copy(textAlign = TextAlign.Center),
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user