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/assets/i18n/en.json5
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2105,7 +2105,7 @@
2105
2105
2106
2106
"error.validation.custom-url.invalid-characters": "The custom url contains invalid characters.",
2107
2107
2108
-
"error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.",
2108
+
"error.validation.license.required": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.",
2109
2109
2110
2110
"error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.",
2111
2111
@@ -2137,6 +2137,8 @@
2137
2137
2138
2138
"error.validation.notRepeatable": "This field is not repeatable, please choose only one value and discard the others.",
2139
2139
2140
+
"error.validation.detect-duplicate": "The handling of the detected duplicates is mandatory",
0 commit comments