Skip to content

Commit

Permalink
corrected translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpacalat committed Sep 15, 2023
1 parent 8569f7e commit 81a58c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/SurveysGroupsPermissionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ public function actionSave(int $id)
}
}
if ($success) {
App()->setFlashMessage(gT("Surveys groups permissions were successfully updated."));
App()->setFlashMessage(gT("Survey group permissions were successfully updated."));
} else {
App()->setFlashMessage(gT("An error happened when updating surveys groups permissions."), 'danger');
App()->setFlashMessage(gT("An error happened while updating survey group permissions."), 'danger');
}
if ($type == 'group') {
App()->request->redirect(App()->getController()->createUrl('surveysGroupsPermission/index', array('id' => $id)));
Expand Down

0 comments on commit 81a58c3

Please sign in to comment.