mirror of
https://github.com/bitwarden/android.git
synced 2026-03-22 12:32:53 -05:00
PM-16053 - Text in Prompt to Restart App After Changing Language in Settings (#4472)
This commit is contained in:
@@ -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 },
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user