diff --git a/application/models/SurveysGroups.php b/application/models/SurveysGroups.php index 65c2b2b4964..4f3b0e9fea3 100644 --- a/application/models/SurveysGroups.php +++ b/application/models/SurveysGroups.php @@ -315,7 +315,7 @@ public function getParentGroupOptions($gsid = null) $oSurveysGroups = SurveysGroups::model()->findAll(); } $options = [ - '' => gT('No parent menu') + '' => gT('No parent group') ];