feat: localize bootstrap
This commit is contained in:
parent
1f67e9360e
commit
6aff41abbb
4 changed files with 63 additions and 16 deletions
|
|
@ -510,8 +510,7 @@ class _SettingsState extends State<Settings> {
|
|||
await showOkCancelAlertDialog(
|
||||
context: context,
|
||||
title: L10n.of(context).keysCached,
|
||||
message:
|
||||
'Wipe your chat backup to create a new security key?',
|
||||
message: L10n.of(context).wipeChatBackup,
|
||||
isDestructiveAction: true,
|
||||
)) {
|
||||
return BootstrapDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue