Skip to content

Commit 980dfb5

Browse files
committed
ui: missing label
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 398bc10 commit 980dfb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/tools/CreateWebhook.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export default {
309309
api('createWebhook', params).then(json => {
310310
this.$emit('refresh-data')
311311
this.$notification.success({
312-
message: this.$t('label.webhook.create'),
312+
message: this.$t('label.create.webhook'),
313313
description: `${this.$t('message.success.create.webhook')} ${params.name}`
314314
})
315315
this.closeAction()

0 commit comments

Comments
 (0)