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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
{
2
-
"Unexpected error preparing the app. See console for details.": "Unexpected error preparing the app. See console for details.",
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",
3
+
"Invalid JSON": "Invalid JSON",
3
4
"Your Riot is misconfigured": "Your Riot is misconfigured",
5
+
"Unexpected error preparing the app. See console for details.": "Unexpected error preparing the app. See console for details.",
4
6
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.",
5
7
"Invalid configuration: no default server specified.": "Invalid configuration: no default server specified.",
6
8
"Riot Desktop on %(platformName)s": "Riot Desktop on %(platformName)s",
0 commit comments