related to #1679 first go on title uniformization still work to do

This commit is contained in:
Matthieu Leproux
2022-06-27 11:22:49 +02:00
parent f7301e5011
commit a983d40ddb
26 changed files with 48 additions and 26 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ $template->set_filename('cat_search', 'cat_search.tpl');
$template->assign(
array(
'data_cat' => $categories,
'ADMIN_PAGE_TITLE' => l10n('Album search tool'),
'ADMIN_PAGE_TITLE' => l10n('Albums'),
'placeholder' => $placeholder,
)
);