diff --git a/packages/nc-gui/components/workspace/CollaboratorsList.vue b/packages/nc-gui/components/workspace/CollaboratorsList.vue index 2f5912ab6a..0c4d707e91 100644 --- a/packages/nc-gui/components/workspace/CollaboratorsList.vue +++ b/packages/nc-gui/components/workspace/CollaboratorsList.vue @@ -152,6 +152,15 @@ onMounted(async () => { +
+
+ {{ $t('placeholder.inviteYourTeam') }} +
+
+ {{ $t('placeholder.inviteYourTeamLabel') }} +
+ +
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index 19171d4043..5c11a45edf 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -965,7 +965,9 @@ "createTable": "Create your First Table!", "createTableLabel": "From scratch or import or connect to external database", "noTokenCreated":"No API Tokens created", - "noTokenCreatedLabel" :"Looks like you haven’t generated any API tokens yet." + "noTokenCreatedLabel" :"Looks like you haven’t generated any API tokens yet.", + "inviteYourTeam": "Invite your team", + "inviteYourTeamLabel": "Fast track your projects by collaborating on them with your team!" }, "msg": { "clickToCopyFieldId": "Click to copy Field Id",