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/gen.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/gen.php')
| -rw-r--r-- | app/i18n/en/gen.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
