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

Update translations

This commit is contained in:
2021-02-04 17:10:47 +01:00
parent 138d70a6e1
commit c759b54024
2 changed files with 64 additions and 1 deletions

View File

@ -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);