fix in title

This commit is contained in:
fbsanchez 2022-04-07 09:46:51 +02:00
parent 686ba0a5a5
commit 6c63d13a68
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ $buttons['online'] = [
];
switch ($tab) {
case 'history':
$title = __('Update manager » Journal');
break;
case 'setup':
$title = __('Update manager » Setup');
break;