related to #1679 Better tab names for Update tabs

This commit is contained in:
Matthieu Leproux
2022-06-28 15:51:36 +02:00
parent a31d7cb098
commit 8521c0e214
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -152,8 +152,8 @@ function add_core_tabs($sheets, $tab_id)
case 'updates':
global $my_base_url;
$sheets['pwg'] = array('caption' => l10n('Piwigo Update'), 'url' => $my_base_url);
$sheets['ext'] = array('caption' => l10n('Extensions Update'), 'url' => $my_base_url.'&tab=ext');
$sheets['pwg'] = array('caption' => l10n('Piwigo core'), 'url' => $my_base_url);
$sheets['ext'] = array('caption' => l10n('Extensions'), 'url' => $my_base_url.'&tab=ext');
break;
case 'site_update':
global $my_base_url;