From d91198af03fc1475cfc3849fd8edffc869d38d7d Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Mon, 15 Mar 2021 16:18:37 +0100 Subject: [PATCH] Dev Small text fix --- application/models/Permissiontemplates.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/Permissiontemplates.php b/application/models/Permissiontemplates.php index e897103e487..712dd842b7e 100644 --- a/application/models/Permissiontemplates.php +++ b/application/models/Permissiontemplates.php @@ -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', )