mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Merge branch 'master' of http://192.168.1.10:3000/Pierre/FLUTTER-Comunic
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -202,7 +202,7 @@ class _SurveyWidgetState extends SafeState<SurveyWidget> {
|
||||
try {
|
||||
if (!await showConfirmDialog(
|
||||
context: context,
|
||||
message: tr("Do you really want to block new responses ?"))) return;
|
||||
message: tr("Do you really want to block new choices creation?"))) return;
|
||||
|
||||
await SurveyHelper.blockNewChoicesCreation(survey.postID);
|
||||
|
||||
|
Reference in New Issue
Block a user