mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-18 21:38:48 +00:00
Update translations
This commit is contained in:
@@ -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