diff --git a/views/blue/class.GroupView.php b/views/blue/class.GroupView.php index e85bbf5d6..ed3c3cd76 100644 --- a/views/blue/class.GroupView.php +++ b/views/blue/class.GroupView.php @@ -57,7 +57,7 @@ class SeedDMS_View_GroupView extends SeedDMS_Blue_Style { echo " : ".htmlspecialchars($group->getComment()); foreach($managers as $manager) if($manager->getId() == $user->getId()) { - echo " : you are the manager of this group"; + echo " : ".getMLText("manager_of_group"); $ismanager = true; } echo ""; diff --git a/views/bootstrap/class.GroupView.php b/views/bootstrap/class.GroupView.php index 686a1fea3..8731a12b2 100644 --- a/views/bootstrap/class.GroupView.php +++ b/views/bootstrap/class.GroupView.php @@ -58,7 +58,7 @@ class SeedDMS_View_GroupView extends SeedDMS_Bootstrap_Style { echo " : ".htmlspecialchars($group->getComment()); foreach($managers as $manager) if($manager->getId() == $user->getId()) { - echo " : you are the manager of this group"; + echo " : ".getMLText("manager_of_group"); $ismanager = true; } echo "";