From b1ddc58a1e42264d320a71882323887776af8e56 Mon Sep 17 00:00:00 2001 From: withanage Date: Wed, 12 Jun 2024 14:32:02 +0200 Subject: [PATCH] Change ORCiD Id to ORCID id --- public/globals.js | 2 +- src/components/Form/mocks/field-text-orcid.js | 2 +- src/pages/userInvitation/UserInvitationDetailsFormStep.vue | 2 +- src/pages/userInvitation/mocks/pageInitConfig.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/globals.js b/public/globals.js index 388dafe3d..eee6b9066 100644 --- a/public/globals.js +++ b/public/globals.js @@ -382,7 +382,7 @@ window.pkp = { 'invitation.wizard.success': "{$email} has been invited to a new role in OJS. You can be updated about the user's decision on the User & Role page, your OJS notification and/or your email", 'user.email': 'Email', 'user.username': 'Username', - 'user.orcid': 'ORCiD ID', + 'user.orcid': 'ORCID iD', 'invitation.notification.closeBtn':'View all users', 'user.password': 'Password', 'invitation.role.selectRole':'Select a new role', diff --git a/src/components/Form/mocks/field-text-orcid.js b/src/components/Form/mocks/field-text-orcid.js index 338998ee3..6c831916c 100644 --- a/src/components/Form/mocks/field-text-orcid.js +++ b/src/components/Form/mocks/field-text-orcid.js @@ -2,7 +2,7 @@ export default { name: 'orcid', component: 'field-text', inputType: 'url', - label: 'ORCiD ID', + label: 'ORCID iD', groupId: 'profile', value: '', }; diff --git a/src/pages/userInvitation/UserInvitationDetailsFormStep.vue b/src/pages/userInvitation/UserInvitationDetailsFormStep.vue index e704956a7..fc3a5010c 100644 --- a/src/pages/userInvitation/UserInvitationDetailsFormStep.vue +++ b/src/pages/userInvitation/UserInvitationDetailsFormStep.vue @@ -12,7 +12,7 @@
{{ store.invitationPayload.email }}
-

ORCiD ID

+

ORCID iD

{{ store.invitationPayload.orcid diff --git a/src/pages/userInvitation/mocks/pageInitConfig.js b/src/pages/userInvitation/mocks/pageInitConfig.js index f22fd7e39..b08e0c083 100644 --- a/src/pages/userInvitation/mocks/pageInitConfig.js +++ b/src/pages/userInvitation/mocks/pageInitConfig.js @@ -65,7 +65,7 @@ export default { name: 'Search User', reviewName: '{$step} - Search User', description: - 'Search for the user using their email address, username or ORCiD ID. Enter at least one details to get started. If user does not exist, ypu can invite them to take up roles and be a part of your journal. If the user already exist in the system, you can view user information and invite to take a additional roles.', + 'Search for the user using their email address, username or ORCID iD. Enter at least one details to get started. If user does not exist, ypu can invite them to take up roles and be a part of your journal. If the user already exist in the system, you can view user information and invite to take a additional roles.', nextButtonLabel: 'Search user (t)', skipInvitationUpdate: true, sections: [ @@ -204,7 +204,7 @@ export default { { name: 'orcid', component: 'field-text', - label: 'ORCiD ID', + label: 'ORCID iD', groupId: 'default', isRequired: false, isMultilingual: false,