From 00ae423924293a13705bc156c783867315c26a1e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 7 Nov 2023 23:02:41 +0100 Subject: Do not show message Add some feeds (#5827) * Do not show message Add some feeds I found this message misleading, as a view is most of the time empty due to a filter, not due to a lack of feeds. * Remove i18n --- app/views/index/global.phtml | 3 --- app/views/index/normal.phtml | 3 --- app/views/index/reader.phtml | 3 --- 3 files changed, 9 deletions(-) (limited to 'app/views') diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 1a307b513..6e3b2378b 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -76,9 +76,6 @@ ?>

- -

-
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index ede772a78..c99cf07e7 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -253,9 +253,6 @@ $today = @strtotime('today');

- -

-
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index 221c92496..af5caccdc 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -225,9 +225,6 @@ $MAX_TAGS_DISPLAYED = FreshRSS_Context::$user_conf->show_tags_max;

- -

-
-- cgit v1.2.3