Skip to content

Commit

Permalink
Dev Text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 19, 2021
1 parent d88581d commit d9fd564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/Permission.php
Expand Up @@ -813,8 +813,8 @@ public static function getGlobalPermissionData($key = null)
'img' => ' fa fa-users',
),
'templates' => array(
'title' => gT("Templates"),
'description' => gT("Permission to create, view, update, delete, export and import templates"),
'title' => gT("Themes"),
'description' => gT("Permission to create, view, update, delete, export and import themes"),
'img' => ' fa fa-paint-brush',
),
'labelsets' => array(
Expand Down

0 comments on commit d9fd564

Please sign in to comment.