From f5d0c739b88e10a8e0e11c7b451b66433352ccab Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 27 Mar 2024 20:57:54 -0400 Subject: [PATCH] fix typo (#7988) --- packages/nc-gui/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index 9225efa9fd1..31438bf73c3 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -1124,7 +1124,7 @@ "selectFieldToGroup": "Select Field to Group", "thereAreNoRecordsInTable": "There are no records in table", "createWebhookMsg1": "Get started with web-hooks!", - "createWebhookMsg2": "Power you automations. Get notified as soon as there are changes in your data", + "createWebhookMsg2": "Power your 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.",