diff --git a/src/assets/i18n/cs.json5 b/src/assets/i18n/cs.json5 index ac5476fd0db..52b8ae1f0ce 100644 --- a/src/assets/i18n/cs.json5 +++ b/src/assets/i18n/cs.json5 @@ -2717,9 +2717,15 @@ // "form.other-information.last-name": "Last Name", "form.other-information.last-name": "Příjmení", + // "form.other-information.location": "Location", + "form.other-information.location": "Místo", + // "form.other-information.orcid": "ORCID", "form.other-information.orcid": "ORCID", + // "form.other-information.ror-id": "ROR ID", + "form.other-information.ror-id": "ROR ID", + // "form.remove": "Remove", "form.remove": "Odstranit", diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 472f95c978e..5974d0b45e7 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1811,8 +1811,12 @@ "form.other-information.last-name": "Last Name", + "form.other-information.location": "Location", + "form.other-information.orcid": "ORCID", + "form.other-information.ror-id": "ROR ID", + "form.remove": "Remove", "form.save": "Save",