diff options
| author | 2025-08-07 22:20:08 +0200 | |
|---|---|---|
| committer | 2025-08-07 22:20:08 +0200 | |
| commit | 1f8273803f632b40c260721cb3257ae4e2251f5a (patch) | |
| tree | 4c60bfc77bb815600c4a8fbd505281b57834be4c /app/i18n/en/admin.php | |
| parent | 62f32ccadff77594f5b8e3ad24c4c2541ff35885 (diff) | |
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
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', |
