BITAU-198 Update some copy on the manual entry screen (#273)

This commit is contained in:
Andrew Haisting
2024-11-05 08:54:59 -06:00
committed by GitHub
parent aeba03a769
commit 6763bfd997
2 changed files with 3 additions and 13 deletions
@@ -213,19 +213,9 @@ fun ManualCodeEntryScreen(
}
},
)
Text(
text = stringResource(id = R.string.once_the_key_is_successfully_entered),
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier
.fillMaxWidth()
.padding(
vertical = 16.dp,
horizontal = 16.dp,
),
)
Text(
text = stringResource(id = R.string.cannot_add_key),
text = stringResource(id = R.string.cannot_add_authenticator_key),
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier
.fillMaxWidth()
+2 -2
View File
@@ -20,8 +20,8 @@
<string name="scan_qr_code">Scan QR code</string>
<string name="point_your_camera_at_the_qr_code">Point your camera at the QR code.</string>
<string name="cannot_scan_qr_code">Cannot scan QR code.</string>
<string name="enter_key_manually">Enter key manually.</string>
<string name="cannot_add_key">Cannot add key?</string>
<string name="enter_key_manually">Enter key manually</string>
<string name="cannot_add_authenticator_key">Cannot add authenticator key?</string>
<string name="once_the_key_is_successfully_entered">Once the key is successfully entered,\nselect Add TOTP to store the key safely</string>
<string name="add_totp">Add TOTP</string>
<string name="authenticator_key_scanner">Authenticator key</string>