Skip to content

Commit

Permalink
Dev Some text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 21, 2018
1 parent 1422a60 commit ba56b3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/models/SurveysGroups.php
Expand Up @@ -65,15 +65,15 @@ public function relations()
public function attributeLabels()
{
return array(
'gsid' => gT('Gsid'),
'gsid' => gT('ID'),
'name' => gT('Name'),
'title' => 'Title',
'description' => gT('Description'),
'sortorder' => gT('Sortorder'),
'owner_uid' => gT('Owner Uid'),
'parent_id' => gT('Parent'),
'created' => gT('Created'),
'modified' => gT('Modified'),
'sortorder' => gT('Sort order'),
'owner_uid' => gT('Owner UID'),
'parent_id' => gT('Parent group'),
'created' => gT('Created on'),
'modified' => gT('Modified on'),
'created_by' => gT('Created by'),
);
}
Expand Down

0 comments on commit ba56b3a

Please sign in to comment.