Explorar el Código

Minor - Update DatabaseManager label

Yannick Warnier hace 9 años
padre
commit
001f26e78e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')
         );
     }