From 3f2d95e08ba015fc79823850570b921a2d2fcea1 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Sat, 17 Feb 2024 06:09:50 +0000 Subject: [PATCH] fix(nc-gui): pr review changes #2326 --- packages/nc-gui/components/account/UserList.vue | 2 +- .../components/smartsheet/details/Webhooks.vue | 7 ++----- .../virtual-cell/components/ListChildItems.vue | 13 ++++--------- .../components/workspace/CollaboratorsList.vue | 2 +- packages/nc-gui/lang/en.json | 14 ++++++-------- 5 files changed, 14 insertions(+), 24 deletions(-) diff --git a/packages/nc-gui/components/account/UserList.vue b/packages/nc-gui/components/account/UserList.vue index 8c24bf0048..410e23e820 100644 --- a/packages/nc-gui/components/account/UserList.vue +++ b/packages/nc-gui/components/account/UserList.vue @@ -347,7 +347,7 @@ const openDeleteModal = (user: UserType) => {
{{ $t('placeholder.inviteYourTeam') }} diff --git a/packages/nc-gui/components/smartsheet/details/Webhooks.vue b/packages/nc-gui/components/smartsheet/details/Webhooks.vue index 8260c82d23..0dc8046762 100644 --- a/packages/nc-gui/components/smartsheet/details/Webhooks.vue +++ b/packages/nc-gui/components/smartsheet/details/Webhooks.vue @@ -199,11 +199,8 @@ watch(
-
{{ $t('msg.createWebhookMsg1') }}
-
-
{{ $t('msg.createWebhookMsg2') }}
-
{{ $t('msg.createWebhookMsg3') }}
-
+
{{ $t('msg.createWebhookMsg1') }}
+
{{ $t('msg.createWebhookMsg2') }}
{{ $t('activity.newWebhook') }} diff --git a/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue b/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue index 65b1771ab4..fed18d1b11 100644 --- a/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue +++ b/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue @@ -299,16 +299,11 @@ onUnmounted(() => {
-
+
-
{{ $t('msg.noLinkedRecords') }}
-
-
- {{ $t('msg.noRecordsHaveBeenLinkedYetFromTable', { tableName: relatedTableMeta?.title }) }} -
-
- {{ $t('msg.clickLinkRecordsToAddLink') }} -
+
{{ $t('msg.noLinkedRecords') }}
+
+ {{ $t('msg.clickLinkRecordsToAddLinkFromTable', { tableName: relatedTableMeta?.title }) }}
{
-
+
{{ $t('placeholder.inviteYourTeam') }}
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index 5c11a45edf..20e0907155 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -667,7 +667,7 @@ "deletedField": "Deleted field", "incompleteConfiguration": "Incomplete configuration", "selectField": "Select a field", - "selectFieldLabel": "Make changes to field properties by selecting a field from the list" + "selectFieldLabel": "Begin by selecting a field to customise its properties and structure." } }, "activity": { @@ -963,11 +963,11 @@ "value": "Value", "key": "Key", "createTable": "Create your First Table!", - "createTableLabel": "From scratch or import or connect to external database", + "createTableLabel": "Create your first table effortlessly, from scratch, or by importing/connecting to an external database.", "noTokenCreated":"No API Tokens created", - "noTokenCreatedLabel" :"Looks like you haven’t generated any API tokens yet.", + "noTokenCreatedLabel" :"Begin by creating API tokens to unlock advanced functionalities.", "inviteYourTeam": "Invite your team", - "inviteYourTeamLabel": "Fast track your projects by collaborating on them with your team!" + "inviteYourTeamLabel": "Streamline collaboration and productivity with your team – start by inviting them to join your workspace." }, "msg": { "clickToCopyFieldId": "Click to copy Field Id", @@ -1052,8 +1052,7 @@ "tooltip_desc": "A single record from table ", "tooltip_desc2": " can be linked with a single record from table " }, - "noRecordsHaveBeenLinkedYetFromTable": "Looks like no records have been linked yet from table {tableName}.", - "clickLinkRecordsToAddLink": "Click on Link records to do so.", + "clickLinkRecordsToAddLinkFromTable": "Click 'Link Records' to begin associating data with '{tableName}'.", "noRecordsLinked": "No records linked", "noLinkedRecords": "No linked records", "recordsLinked": "records linked", @@ -1063,8 +1062,7 @@ "selectFieldToGroup": "Select Field to Group", "thereAreNoRecordsInTable": "There are no records in table", "createWebhookMsg1": "Get started with web-hooks!", - "createWebhookMsg2": "Create web-hooks to power you automations,", - "createWebhookMsg3": "Get notified as soon as there are changes in your data", + "createWebhookMsg2": "Power you automations. Get notified as soon as there are changes in your data", "areYouSureUWantTo": "Are you sure you want to delete the following", "areYouSureUWantToDeleteLabel": "Are you sure you want to {deleteLabel} the following", "idColumnRequired": "ID field is required, you can rename this later if required.",