Skip to content

Commit

Permalink
Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 30, 2020
1 parent 62ac265 commit 6c4108e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions application/models/TemplateConfiguration.php
Expand Up @@ -146,17 +146,17 @@ public function attributeLabels()
{
return array(
'id' => 'ID',
'template_name' => gT('Templates Name'),
'sid' => 'Sid',
'gsid' => 'Gsid',
'files_css' => gT('Files Css'),
'files_js' => gT('Files Js'),
'files_print_css' => gT('Files Print Css'),
'template_name' => gT('Template Name'),
'sid' => 'SID',
'gsid' => 'GSID',
'files_css' => gT('Files CSS'),
'files_js' => gT('Files JS'),
'files_print_css' => gT('Files Print CSS'),
'options' => gT('Options'),
'cssframework_name' => gT('Cssframework Name'),
'cssframework_css' => gT('Cssframework Css'),
'cssframework_js' => gT('Cssframework Js'),
'packages_to_load' => gT('Packages To Load'),
'cssframework_name' => gT('CSS framework name'),
'cssframework_css' => gT('CSS framework CSS'),
'cssframework_js' => gT('Css framework JS'),
'packages_to_load' => gT('Packages to load'),
);
}

Expand Down

0 comments on commit 6c4108e

Please sign in to comment.