PM-22346: Remove the period from the generic error title (#5308)

This commit is contained in:
David Perez
2025-06-03 13:40:45 -05:00
committed by GitHub
parent 7fbe3510b5
commit a1a4c217de
9 changed files with 9 additions and 9 deletions

View File

@@ -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 = {},