From 2c7e5b829fb60e2b62771e918b91c1f86aedb2f0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 3 Dec 2024 12:59:45 +0100 Subject: New button to delete errored feeds from a category (#7030) * New button to delete errored feeds from a category fix https://github.com/FreshRSS/FreshRSS/issues/7025 fix https://github.com/FreshRSS/FreshRSS/issues/7026 * Remove English TODO * in error state * Feeds with errors --- app/i18n/en/sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/en/sub.php') diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 3b41318e5..ddd720381 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -193,7 +193,7 @@ return array( ), 'method_help' => 'The POST payload has automatic support for application/x-www-form-urlencoded and application/json', 'method_postparams' => 'Payload for POST', - 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under %s.', + 'moved_category_deleted' => 'When you remove a category, its feeds are automatically classified under %s.', 'mute' => array( '_' => 'mute', 'state_is_muted' => 'This feed is muted', -- cgit v1.2.3