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: js/lang-en.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
varerrorMessages={
2
-
"unterminated character class" : "Unprocessable regular expresstion: A bracket was not closed! Please close the bracket again so that the regular expression can be used.",
2
+
"unterminated character class" : "Unprocessable regular expression: A bracket was not closed! Please close the bracket again so that the regular expression can be used.",
3
3
"unterminated parenthetical": "A parenthesis was not closed. Please add a parenthesis to the regular expression.",
4
4
"unmatched ) in regular expression": "There is a closing parenthesis but no opening parenthesis. Please add a \"(\" to the regular expression to remove this error.",
5
5
"nothing to repeat": "Nothing to repeat. The \"+\" or \"*\" or other repetitions do not refer to something that can be repeated."
0 commit comments