related to #1455 Site manager put in a tab, useless title removed and tab title shortened

This commit is contained in:
Matthieu Leproux
2021-07-22 14:31:37 +02:00
parent 78c71b6e1a
commit 42d56b3c65
5 changed files with 18 additions and 6 deletions
+2 -1
View File
@@ -157,7 +157,8 @@ function add_core_tabs($sheets, $tab_id)
break;
case 'site_update':
global $my_base_url;
$sheets['synchronization'] = array('caption' => l10n('Database synchronization with files'), 'url' => $my_base_url.'site_update&site=1');
$sheets['synchronization'] = array('caption' => l10n('Synchronization settings'), 'url' => $my_base_url.'site_update&site=1');
$sheets['site_maager'] = array('caption' => l10n('Site manager'), 'url' => $my_base_url.'site_manager');
break;
case 'maintenance':
global $my_base_url;