Skip to content

Commit

Permalink
Merge pull request #3 from withanage/9658-create-invitation-review
Browse files Browse the repository at this point in the history
Change ORCiD Id to ORCID id
  • Loading branch information
ipula authored Jun 12, 2024
2 parents d5cde9f + b1ddc58 commit cb912f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form/mocks/field-text-orcid.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
name: 'orcid',
component: 'field-text',
inputType: 'url',
label: 'ORCiD ID',
label: 'ORCID iD',
groupId: 'profile',
value: '',
};
2 changes: 1 addition & 1 deletion src/pages/userInvitation/UserInvitationDetailsFormStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="userInvitation__reviewPanel__item__value">
{{ store.invitationPayload.email }}
</div>
<h4 class="userInvitation__reviewPanel__item__header">ORCiD ID</h4>
<h4 class="userInvitation__reviewPanel__item__header">ORCID iD</h4>
<div class="userInvitation__reviewPanel__item__value">
{{
store.invitationPayload.orcid
Expand Down
4 changes: 2 additions & 2 deletions src/pages/userInvitation/mocks/pageInitConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -204,7 +204,7 @@ export default {
{
name: 'orcid',
component: 'field-text',
label: 'ORCiD ID',
label: 'ORCID iD',
groupId: 'default',
isRequired: false,
isMultilingual: false,
Expand Down

0 comments on commit cb912f8

Please sign in to comment.