From 668ec6c81d0f155b12652dea41a637244e3f5b50 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 27 Jun 2022 13:02:51 +0200 Subject: [PATCH] related to #1679 changed tag tab name to "list" --- admin/include/add_core_tabs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/include/add_core_tabs.inc.php b/admin/include/add_core_tabs.inc.php index bdb7c6f6d..d66403817 100644 --- a/admin/include/add_core_tabs.inc.php +++ b/admin/include/add_core_tabs.inc.php @@ -18,7 +18,7 @@ function add_core_tabs($sheets, $tab_id) case 'tags': global $my_base_url; - $sheets[''] = array('caption' => ''.l10n('Tags'), 'url' => $my_base_url.'tags'); + $sheets[''] = array('caption' => ''.l10n('List'), 'url' => $my_base_url.'tags'); break; case 'album':