From f8310a587c26b0965bab71abfeb2d018e414f572 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 15 Sep 2025 23:43:46 +0200 Subject: Clarify: Visibility hidden vs. archived (#7970) fix https://github.com/FreshRSS/FreshRSS/issues/7887 We have two concepts: how much a feed is shown or not (controlled by priority), and how often a feed is refreshed (or not, in which case it is archived). This PR removes the wording *Archived* from the *visibility* parameter, since this is not what it does. --- app/i18n/oc/sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/oc/sub.php') diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php index 83e5687ce..5c5184d1f 100644 --- a/app/i18n/oc/sub.php +++ b/app/i18n/oc/sub.php @@ -209,8 +209,8 @@ return array( 'path_entries_conditions' => 'Conditions for content retrieval', // TODO 'priority' => array( '_' => 'Visibilitat', - 'archived' => 'Mostrar pas (archivat)', 'category' => 'Mostar dins sa categoria', + 'hidden' => 'Mostrar pas', 'important' => 'Show in important feeds', // TODO 'main_stream' => 'Mostar al flux màger', ), -- cgit v1.2.3