From bc5666cd27ee1172f89603982a44c143ceae08fd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 14 Sep 2023 20:23:33 +0200 Subject: Fix labels in anonymous mode (#5650) * Fix labels in anonymous mode fix https://github.com/FreshRSS/FreshRSS/issues/4305 * Show all tags * Revert "Show all tags" This reverts commit 24dfba501729cea32943548bc829d3581883de50. * Add message when no labels * fixed no label style * i18n de translation * Fix in non-anomymous mode * No class in anonymous mode --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com> Co-authored-by: math-gh <> --- app/i18n/es/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/es/gen.php') diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php index 7235cd81b..3dddabdb6 100644 --- a/app/i18n/es/gen.php +++ b/app/i18n/es/gen.php @@ -134,6 +134,7 @@ return array( 'request_failed' => 'La petición ha fallado. Puede ser debido a problemas de conexión a internet.', 'title_new_articles' => 'FreshRSS: ¡Nuevos artículos!', ), + 'labels_empty' => 'No labels', // TODO 'new_article' => 'Hay nuevos artículos disponibles. Pincha para refrescar la página.', 'should_be_activated' => 'JavaScript debe estar activado', ), -- cgit v1.2.3