Skip to content

Commit 25efd17

Browse files
committed
fix UI issues
1 parent 88e7321 commit 25efd17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

public/globals.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ window.pkp = {
147147
'acceptInvitation.cancelInvite.title': 'Cancel Role Invitation Process?',
148148
'acceptInvitation.modal.button': 'View All Submissions',
149149
'acceptInvitation.modal.message':
150-
'Congratulations on your new role in OJS! You might now have access to new options. If you need assistance navigating the system, please click on the \u201cHelp\u201d buttons throughout the interface for guidance',
150+
'Congratulations on your new role in OJS! You might now have access to new options. If you need assistance navigating the system, please click on the \u201cHelp\u201d button throughout the interface for guidance',
151151
'acceptInvitation.modal.title': "You've been assigned a new role in OJS",
152152
'acceptInvitation.passwordField.description':
153153
'It should be at least 6 characters long and could be a combination of uppercase letters, lowercase letters, numbers and symbols',
@@ -905,7 +905,7 @@ window.pkp = {
905905
'userInvitation.edit.title': 'Edit Invitation',
906906
'userInvitation.modal.button': 'View All Users',
907907
'userInvitation.modal.message':
908-
"{$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.",
908+
"{$email} has been invited to new role in OJS. You can be updated about the user's decision on the Users & Roles page, your OJS notifications and/or your email.",
909909
'userInvitation.modal.title': 'Invitation Sent',
910910
'userInvitation.roleTable.endDate': 'End Date',
911911
'userInvitation.roleTable.journalMasthead': 'Journal Masthead',

src/managers/UserAccessManager/UserAccessManager.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PkpTable class="mt-2">
33
<template #label>
44
<h3 class="text-3xl-bold">
5-
{{ t('grid.user.currentUsers') }}({{
5+
{{ t('grid.user.currentUsers') }} ({{
66
store.userAccessPagination.itemCount
77
}})
88
</h3>

src/managers/UserInvitationManager/UserInvitationManager.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PkpTable>
33
<template #label>
44
<h3 class="text-3xl-bold">
5-
{{ t('invitation.header') }}({{
5+
{{ t('invitation.header') }} ({{
66
store.invitationsPagination.itemCount
77
}})
88
</h3>

0 commit comments

Comments
 (0)