diff --git a/resources/i18n/en.json b/resources/i18n/en.json index e24ece36ee..a8a45c5dd2 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -153,7 +153,13 @@ "recent-submissions": "Error fetching recent submissions", "item": "Error fetching item", "objects": "Error fetching objects", - "search-results": "Error fetching search results" + "search-results": "Error fetching search results", + "validation": { + "pattern": "This input is restricted by the current pattern: {{ pattern }}.", + "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." + } + } }, "form": { "submit": "Submit", @@ -168,11 +174,6 @@ "group-collapse": "Collapse", "group-expand": "Expand", "group-collapse-help": "Click here to collapse", - "group-expand-help": "Click here to expand and add more element", - "error": { - "validation": { - "pattern": "This input is restricted by the current pattern: {{ pattern }}." - } - } + "group-expand-help": "Click here to expand and add more element" } } diff --git a/src/app/shared/chips/chips.component.html b/src/app/shared/chips/chips.component.html index 870f7db396..9bbe44903e 100644 --- a/src/app/shared/chips/chips.component.html +++ b/src/app/shared/chips/chips.component.html @@ -2,25 +2,27 @@