From d13863cc60edf1225110eadcc6d370a45f7fd03b Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 17 Mar 2023 14:26:08 +0800 Subject: [PATCH] feat(nc-gui): apply i18n in webhook editor --- packages/nc-gui/components/webhook/Editor.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index fc567991d5..c5c4b6ba33 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/packages/nc-gui/components/webhook/Editor.vue @@ -441,8 +441,7 @@ onMounted(async () => {
- - Test Webhook + {{ $t('activity.testWebhook') }}
@@ -468,7 +467,7 @@ onMounted(async () => { class="nc-check-box-enable-webhook" @update:checked="hook.active = $event" > - Enable Webhook + {{ $t('activity.enableWebhook') }}