Skip to content

Commit

Permalink
PM-16053 - Text in Prompt to Restart App After Changing Language in S…
Browse files Browse the repository at this point in the history
…ettings (#4472)
  • Loading branch information
phil-livefront authored Dec 13, 2024
1 parent bd29e17 commit ae20e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private fun LanguageSelectionRow(
languageChangedDialogOption?.let {
BitwardenBasicDialog(
title = stringResource(id = R.string.language),
message = stringResource(id = R.string.language_change_x_description, it),
message = stringResource(id = R.string.language_change_x_description, it.invoke()),
onDismissRequest = { languageChangedDialogOption = null },
)
}
Expand Down

0 comments on commit ae20e55

Please sign in to comment.