mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
add translated phrase for 'you are the manager of this group'
This commit is contained in:
parent
2b73149ed7
commit
2aa129772b
|
@ -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 "</li>";
|
||||
|
|
|
@ -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 "</li>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user