From 47544a77e2c0fd9e4a4df53810a712654a12de76 Mon Sep 17 00:00:00 2001 From: sreehari jayaraj Date: Fri, 22 Sep 2023 15:26:12 +0000 Subject: [PATCH] fix: renamed Users/ with User(s) --- .../nc-gui/components/project/InviteProjectCollabSection.vue | 2 +- packages/nc-gui/components/workspace/InviteSection.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/project/InviteProjectCollabSection.vue b/packages/nc-gui/components/project/InviteProjectCollabSection.vue index e913e3e52f..35f85c8a05 100644 --- a/packages/nc-gui/components/project/InviteProjectCollabSection.vue +++ b/packages/nc-gui/components/project/InviteProjectCollabSection.vue @@ -152,7 +152,7 @@ const copyUrl = async () => {
- {{ isInvitingCollaborators ? 'Adding' : 'Add' }} User/s + {{ isInvitingCollaborators ? 'Adding' : 'Add' }} User(s)
diff --git a/packages/nc-gui/components/workspace/InviteSection.vue b/packages/nc-gui/components/workspace/InviteSection.vue index 4d87aa572b..ec7bdca84f 100644 --- a/packages/nc-gui/components/workspace/InviteSection.vue +++ b/packages/nc-gui/components/workspace/InviteSection.vue @@ -69,7 +69,7 @@ onMounted(async () => {
- {{ isInvitingCollaborators ? 'Adding' : 'Add' }} User/s + {{ isInvitingCollaborators ? 'Adding' : 'Add' }} User(s)