Skip to content

Commit

Permalink
Dev Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 15, 2021
1 parent 207e92c commit d91198a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/Permissiontemplates.php
Expand Up @@ -222,12 +222,12 @@ public function getColumns()
),
array(
"name" => 'renewed_last',
"header" => gT("Renewed"),
"header" => gT("Modified"),
"value" => '$data->formattedDateModified'
),
array(
"name" => "created_at",
"header" => gT("Created on"),
"header" => gT("Created"),
"value" => '$data->formattedDateCreated',

)
Expand Down

0 comments on commit d91198a

Please sign in to comment.