From b7bd18148e65bbdd6be442036a295eb43ca1501e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 14 Oct 2025 15:43:43 +0200 Subject: Option to show user labels instead of tags in RSS share (#8112) * Option to show user labels instead of tags in RSS share fix https://github.com/FreshRSS/FreshRSS/discussions/8108#discussioncomment-14668813 image --- app/i18n/en/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en') diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 025cb4f8f..0b69aede1 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -152,6 +152,7 @@ return array( 'categories' => 'Display by category', 'feeds' => 'Display by feed', 'order' => 'Sort by date', + 'publish_labels_instead_of_tags' => 'Replace feed tags by user labels in the shared RSS', 'search' => 'Expression', 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds', 'shareRss' => 'Enable sharing by HTML & RSS', -- cgit v1.2.3