Ver Fonte

Minor - Update DatabaseManager label

Yannick Warnier há 9 anos atrás
pai
commit
001f26e78e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      main/admin/index.php

+ 1 - 1
main/admin/index.php

@@ -354,7 +354,7 @@ if (api_is_platform_admin()) {
 
         $items[] = array(
             'url' => "db.php?username=$username&db=$databaseName&server=$host",
-            'label' => get_lang('Database Manager')
+            'label' => get_lang('DatabaseManager')
         );
     }