Skip to content

Commit 1ca120c

Browse files
committed
add spacing in user count and invitation count
1 parent 78c596e commit 1ca120c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)