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/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/en/admin.php') diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index aa0c110fe..a553a4ac0 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -116,7 +116,7 @@ return array( 'description' => 'Description', 'disabled' => 'Disabled', 'empty_list' => 'There are no installed extensions', - 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO + 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', 'enabled' => 'Enabled', 'latest' => 'Installed', 'name' => 'Name', @@ -148,7 +148,7 @@ return array( 'main_stream' => 'Main stream', 'no_idle' => 'There are no idle feeds!', 'number_entries' => '%d articles', - 'overview' => 'Overview', // TODO + 'overview' => 'Overview', 'percent_of_total' => '% of total', 'repartition' => 'Articles repartition: %s', 'status_favorites' => 'Favourites', -- cgit v1.2.3