refactor(settings): improve clarity of the warning dialogs (#1058)

This commit is contained in:
Pun Butrach
2023-07-31 21:53:23 +07:00
committed by GitHub
parent 95632b7f55
commit 8ca6418630
39 changed files with 120 additions and 118 deletions

View File

@ -48,7 +48,7 @@ class SettingsViewModel extends BaseViewModel {
void deleteKeystore() {
_managerAPI.deleteKeystore();
_toast.showBottom('settingsView.deletedKeystore');
_toast.showBottom('settingsView.regeneratedKeystore');
notifyListeners();
}