Skip to content

Commit a3d5c24

Browse files
committed
Improve error message for failed requests
1 parent 22106f4 commit a3d5c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/backend-api/client/src/locales/en-us/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"feedParseFailed": "Failed to parse feed articles. The feed may be incorrectly formatted. Please double check that this feed is a valid feed.",
4040
"feedParseTimeout": "Failed to get feed articles - parsing the feed took too long. Ensure that the feed is not too large. Otherwise, please try again later.",
4141
"feedRequestTimeout": "Failed to get feed articles - requesting the feed took too long. The feed may be too slow to respond, or may be facing issues. Consider checking the feed is still working by directly going to the feed link. Otherwise, please try again later.",
42-
"feedRequestFailed": "Failed to get feed articles - request to the feed failed. Please try again later, or reach out to [email protected] for support.",
42+
"feedRequestFailed": "Failed to get feed articles - request to the feed failed. Double check that the feed link leads to valid feed, try again later, or reach out to [email protected] for support.",
4343
"feedRequestForbidden": "Failed to get feed articles - the feed owner may have blocked MonitoRSS. You may either wait a while to see if this resolves on its own, or consider asking the feed owner to unblock MonitoRSS (whose user agent contains MonitoRSS) if it was intentional.",
4444
"feedRequestPendingArticles": "Feed articles will be available after feed has been fetched on schedule (depending on your feed's refresh rate). Please check again later.",
4545
"feedRequestInternalError": "Failed to get feed articles - the feed host is reporting that they are experiencing internal issues. You may try again later.",

services/backend-api/client/src/pages/AddUserFeeds.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ const UploadProgressView = ({
411411
<Thead>
412412
<Tr>
413413
<Th>Control Panel Link</Th>
414-
<Th>Feed URL</Th>
414+
<Th>Feed Link</Th>
415415
<Th>Status</Th>
416416
<Th>Details</Th>
417417
</Tr>

0 commit comments

Comments
 (0)