related to #1679 changed tag tab name to "list"

This commit is contained in:
Matthieu Leproux
2022-06-27 13:02:51 +02:00
parent 4605d23330
commit 668ec6c81d
+1 -1
View File
@@ -18,7 +18,7 @@ function add_core_tabs($sheets, $tab_id)
case 'tags':
global $my_base_url;
$sheets[''] = array('caption' => '<span class="icon-tags"></span>'.l10n('Tags'), 'url' => $my_base_url.'tags');
$sheets[''] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'tags');
break;
case 'album':