mirror of
https://github.com/bitwarden/android.git
synced 2026-08-29 10:17:56 -05:00
BITAU-198 Update some copy on the manual entry screen (#273)
This commit is contained in:
+1
-11
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user