Skip to content

Commit

Permalink
Fixed issue #12927: String not picked from language files
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 24, 2018
1 parent 101cd1e commit aaffeca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/models/Participant.php
Expand Up @@ -235,7 +235,8 @@ public function attributeLabels()
'language' => gT('Language'),
'blacklisted' => gT('Blacklisted'),
'owner_uid' => gT('Owner ID'),
'surveyid' => gT('Active survey ID')
'surveyid' => gT('Active survey ID'),
'created' => gT('Created on')
);
foreach ($this->allExtraAttributes as $name => $attribute) {
$returnArray[$name] = $attribute['defaultname'];
Expand Down

0 comments on commit aaffeca

Please sign in to comment.