mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
BIT-470: Add missing colon for fingerprint phrase dialog (#230)
This commit is contained in:
parent
0cde971c7f
commit
9d924e3312
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue