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
For some reason Czech translations are breaking the registration view. SyntaxError: JSON.parse: bad control character in string literal at line 1 column 1061 of the JSON data
The text was updated successfully, but these errors were encountered:
The issue is with the translation. ASCII 10 (newline) character breaks the registration view if added in the translation. Should remove the character from all the translations to be sure that no other translations break the page.
For some reason Czech translations are breaking the registration view.
SyntaxError: JSON.parse: bad control character in string literal at line 1 column 1061 of the JSON data
The text was updated successfully, but these errors were encountered: