1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Add new translations

This commit is contained in:
2021-02-04 16:08:27 +01:00
parent 06aa84e3a1
commit e7073292b5
4 changed files with 56 additions and 2 deletions

View File

@ -134,7 +134,7 @@ class _ResetPasswordBodyState extends SafeState<_ResetPasswordBody> {
} catch (e, s) {
print("Could not check given email! $e\n$s");
showSimpleSnack(
context, tr("An error occurred while checking your options !"));
context, tr("An error occurred while checking your recovery options !"));
_setLoading(false);
}
}

View File

@ -205,7 +205,7 @@ class _AccountImageSettingsScreenState
return;
if (!await SettingsHelper.deleteAccountImage()) {
showSimpleSnack(context, tr("Could not user account image!"));
showSimpleSnack(context, tr("Could not delete user account image!"));
return;
}