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') }}