mirror of
https://github.com/bitwarden/android.git
synced 2026-05-10 16:45:43 -05:00
BIT-470: Add missing colon for fingerprint phrase dialog (#230)
This commit is contained in:
@@ -330,7 +330,7 @@ private fun FingerPrintPhraseDialog(
|
||||
text = {
|
||||
Column {
|
||||
Text(
|
||||
text = stringResource(id = R.string.your_accounts_fingerprint),
|
||||
text = "${stringResource(id = R.string.your_accounts_fingerprint)}:",
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
|
||||
Reference in New Issue
Block a user