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
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -860,8 +860,9 @@ window.pkp = {
860
860
'user.password': 'Password',
861
861
'user.phone': 'Phone',
862
862
'user.removeRole.message':
863
-
"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",
864
-
'user.role.reviewer': 'Reviewer',
863
+
'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.',
864
+
'user.removeRole.roleRemainMessage' :'You cannot remove the role. At least one role must be assigned to the user.',
865
+
'user.role.reviewer': 'Reviewer',
865
866
'user.role.reviewers': 'Reviewers',
866
867
'user.roles': 'Roles',
867
868
'user.signature': 'Signature',
@@ -880,7 +881,7 @@ window.pkp = {
880
881
'userInvitation.edit.title': 'Edit Invitation',
881
882
'userInvitation.modal.button': 'View All Users',
882
883
'userInvitation.modal.message':
883
-
"{$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",
884
+
'{$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.',
0 commit comments