aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-03 13:01:06 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-03 13:01:06 +0100
commit7b1563696e0996499d4e6129d49f43b077051ee5 (patch)
treefbe410d4912b73748b1c4188838da4eed2bb1e77 /app/i18n/en/sub.php
parent2c7e5b829fb60e2b62771e918b91c1f86aedb2f0 (diff)
i18n: "still reachable" (#7049)
* i18n: "still reachable" fix wording https://github.com/FreshRSS/FreshRSS/pull/7030#discussion_r1866650296 and address risk of confusion https://github.com/FreshRSS/FreshRSS/issues/7025#issuecomment-2509400455 * Fix English * Rewording * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> --------- Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/en/sub.php')
-rw-r--r--app/i18n/en/sub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index ddd720381..384786d90 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -67,7 +67,7 @@ return array(
),
'description' => 'Description',
'empty' => 'This feed is empty. Please verify that it is still maintained.',
- 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
+ 'error' => 'This feed has encountered a problem. If this situation persists, please verify that it is still reachable.',
'export-as-opml' => array(
'download' => 'Download',
'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)',