We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398bc10 commit 980dfb5Copy full SHA for 980dfb5
1 file changed
ui/src/views/tools/CreateWebhook.vue
@@ -309,7 +309,7 @@ export default {
309
api('createWebhook', params).then(json => {
310
this.$emit('refresh-data')
311
this.$notification.success({
312
- message: this.$t('label.webhook.create'),
+ message: this.$t('label.create.webhook'),
313
description: `${this.$t('message.success.create.webhook')} ${params.name}`
314
})
315
this.closeAction()
0 commit comments