You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: public/globals.js
+6-6
Original file line number
Diff line number
Diff line change
@@ -840,7 +840,7 @@ window.pkp = {
840
840
'user.orcid': 'ORCID iD',
841
841
'user.password': 'Password',
842
842
'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",
844
844
'user.role.reviewer': 'Reviewer',
845
845
'user.role.reviewers': 'Reviewers',
846
846
'user.roles': 'Roles',
@@ -859,7 +859,7 @@ window.pkp = {
859
859
'##userInvitation.emailField.description##',
860
860
'userInvitation.modal.button': 'View All Users',
861
861
'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",
863
863
'userInvitation.modal.title': 'Invitation Sent',
864
864
'userInvitation.orcidField.description':
865
865
'##userInvitation.orcidField.description##',
@@ -898,10 +898,10 @@ window.pkp = {
898
898
"Once the user is enabled, they will regain access to OJS, and you'll be able to invite them to roles as needed.",
899
899
'grid.user.grid.user.disableReasonDescription':
900
900
"Please note that once a user is disabled, you won't be able to add them to any roles until they are enabled again.",
0 commit comments