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
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
{
2
-
"Your Riot configuration has invalid JSON in it. Please correct the problem and reload the page. The message from the parser is: %(message)s": "Your Riot configuration has invalid JSON in it. Please correct the problem and reload the page. The message from the parser is: %(message)s",
2
+
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.",
3
+
"The message from the parser is: %(message)s": "The message from the parser is: %(message)s",
3
4
"Invalid JSON": "Invalid JSON",
4
5
"Your Riot is misconfigured": "Your Riot is misconfigured",
5
6
"Unexpected error preparing the app. See console for details.": "Unexpected error preparing the app. See console for details.",
0 commit comments