Skip to content

Commit

Permalink
Dev: text change for select box when creating a survey group
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Apr 15, 2020
1 parent e56663c commit c30b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/SurveysGroups.php
Expand Up @@ -315,7 +315,7 @@ public function getParentGroupOptions($gsid = null)
$oSurveysGroups = SurveysGroups::model()->findAll();
}
$options = [
'' => gT('No parent menu')
'' => gT('No parent group')
];


Expand Down

0 comments on commit c30b51c

Please sign in to comment.