Fix copy for no backup key bottom sheet.

This commit is contained in:
Cody Henthorne
2025-06-10 10:53:30 -04:00
parent 38adb519e3
commit fa9229779e

View File

@@ -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
)