Skip to content

Commit 1b18db7

Browse files
committed
locale and modal style changes
1 parent 853c9cc commit 1b18db7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/globals.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ window.pkp = {
840840
'user.orcid': 'ORCID iD',
841841
'user.password': 'Password',
842842
'user.removeRole.message':
843-
'Are you sure want remove this role permanently?',
843+
"Are you sure you want to permanently remove this role? This action will revoke the user's access to all information and permissions associated with this role",
844844
'user.role.reviewer': 'Reviewer',
845845
'user.role.reviewers': 'Reviewers',
846846
'user.roles': 'Roles',
@@ -859,7 +859,7 @@ window.pkp = {
859859
'##userInvitation.emailField.description##',
860860
'userInvitation.modal.button': 'View All Users',
861861
'userInvitation.modal.message':
862-
"{$email} has been invited to new role in OJS. You can be updated about the user's decision on the User and Role page, your OJS notification and/or your email",
862+
"{$email} has been invited to 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",
863863
'userInvitation.modal.title': 'Invitation Sent',
864864
'userInvitation.orcidField.description':
865865
'##userInvitation.orcidField.description##',
@@ -898,10 +898,10 @@ window.pkp = {
898898
"Once the user is enabled, they will regain access to OJS, and you'll be able to invite them to roles as needed.",
899899
'grid.user.grid.user.disableReasonDescription':
900900
"Please note that once a user is disabled, you won't be able to add them to any roles until they are enabled again.",
901-
'user.url':'Homepage URL',
902-
'user.workingLanguages':'Working Languages',
903-
'user.bioStatement':'Bio Statement',
904-
'common.viewMoreDetails':'View more details',
901+
'user.url': 'Homepage URL',
902+
'user.workingLanguages': 'Working Languages',
903+
'user.bioStatement': 'Bio Statement',
904+
'common.viewMoreDetails': 'View more details',
905905
},
906906
tinyMCE: {
907907
skinUrl: '/styles/tinymce',

src/pages/userInvitation/UserInvitationPageStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export const useUserInvitationPageStore = defineComponentStore(
349349
},
350350
},
351351
],
352-
modalStyle: 'primary',
352+
modalStyle: 'success',
353353
});
354354
} else {
355355
isSubmitting.value = false;

0 commit comments

Comments
 (0)