You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
- Friendly error messages with details
- Add a way to submit debug logs for actual errors (non-networking errors)
- Don't jump someone back to a room they already navigated away from. Fixes bug mentioned in element-hq/element-web#21263 (comment)
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2353,7 +2353,14 @@
2353
2353
"Saturday": "Saturday",
2354
2354
"Today": "Today",
2355
2355
"Yesterday": "Yesterday",
2356
-
"Unable to find event at that date. (%(code)s)": "Unable to find event at that date. (%(code)s)",
2356
+
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.",
2357
+
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.",
2358
+
"Server returned %(statusCode)s with error code %(errorCode)s": "Server returned %(statusCode)s with error code %(errorCode)s",
2359
+
"unknown status code": "unknown status code",
2360
+
"unavailable": "unavailable",
2361
+
"Please submit <debugLogsLink>debug logs</debugLogsLink> to help us track down the problem.": "Please submit <debugLogsLink>debug logs</debugLogsLink> to help us track down the problem.",
2362
+
"Unable to find event at that date": "Unable to find event at that date",
2363
+
"Error details": "Error details",
2357
2364
"Last week": "Last week",
2358
2365
"Last month": "Last month",
2359
2366
"The beginning of the room": "The beginning of the room",
0 commit comments