fix: Localize ok cancel alert dialogs

This commit is contained in:
Christian Pauly 2021-02-18 14:23:22 +01:00
commit 4d5d198450
13 changed files with 37 additions and 4 deletions

View file

@ -151,6 +151,8 @@ class _BootstrapDialogState extends State<BootstrapDialog> {
context: context,
title: widget.l10n.securityKeyLost,
message: widget.l10n.wipeChatBackup,
okLabel: widget.l10n.ok,
cancelLabel: widget.l10n.cancel,
isDestructiveAction: true,
)) {
_createBootstrap(true);