fix in title
This commit is contained in:
parent
686ba0a5a5
commit
6c63d13a68
|
@ -64,6 +64,10 @@ $buttons['online'] = [
|
|||
];
|
||||
|
||||
switch ($tab) {
|
||||
case 'history':
|
||||
$title = __('Update manager » Journal');
|
||||
break;
|
||||
|
||||
case 'setup':
|
||||
$title = __('Update manager » Setup');
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue