Commit aadfe2a591addb39c8453fcaf66502630399c99d
1 parent
0c5c4c46
Changed heading to use "Roles" not Orginisation
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2114 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php
| ... | ... | @@ -33,7 +33,7 @@ if (checkSession()) { |
| 33 | 33 | if(checkSession()) { |
| 34 | 34 | global $default; |
| 35 | 35 | |
| 36 | - $oPatternCustom->addHtml(renderHeading("Current System Organisations")); // Create the Heading | |
| 36 | + $oPatternCustom->addHtml(renderHeading("Current System Roles")); // Create the Heading | |
| 37 | 37 | |
| 38 | 38 | |
| 39 | 39 | $main->setFormAction($_SERVER['PHP_SELF']); | ... | ... |