From 1f8273803f632b40c260721cb3257ae4e2251f5a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 7 Aug 2025 22:20:08 +0200 Subject: Add more unicity criteria based on title and/or content (#7789) * Add more unicity criteria based on title and/or content https://github.com/FreshRSS/FreshRSS/discussions/7788 * More --- app/i18n/en/gen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/en/gen.php') diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 398e7e60b..3b3872561 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -16,7 +16,7 @@ return array( 'add' => 'Add', 'back_to_rss_feeds' => '← Go back to your RSS feeds', 'cancel' => 'Cancel', - 'close' => 'Close', // TODO + 'close' => 'Close', 'create' => 'Create', 'delete_all_feeds' => 'Delete all feeds', 'delete_errored_feeds' => 'Delete feeds with errors', -- cgit v1.2.3