mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 03:18:30 -05:00
PM-22346: Remove the period from the generic error title (#5308)
This commit is contained in:
@@ -61,7 +61,7 @@ private fun BitwardenBasicDialog_preview() {
|
||||
AuthenticatorTheme {
|
||||
BitwardenBasicDialog(
|
||||
visibilityState = BasicDialogState.Shown(
|
||||
title = "An error has occurred.".asText(),
|
||||
title = "An error has occurred".asText(),
|
||||
message = "Username or password is incorrect. Try again.".asText(),
|
||||
),
|
||||
onDismissRequest = {},
|
||||
|
||||
Reference in New Issue
Block a user