related to #1679 added badge in comments page

This commit is contained in:
Matthieu Leproux
2022-06-28 15:26:30 +02:00
parent a2b1ef2c67
commit a31d7cb098
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ function add_core_tabs($sheets, $tab_id)
case 'comments':
global $my_base_url;
$sheets[''] = array('caption' => l10n('User comments'), 'url' => $my_base_url.'comments');
$sheets[''] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'comments');
break;
case 'users':