Commit a9714acb authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '323015-fix-empty-field-in-custom-notification-events-modal' into 'master'

Fix empty field in custom notification events modal

See merge request gitlab-org/gitlab!55313
parents 075086e7 7e7e5be0
......@@ -53,6 +53,7 @@ export const i18n = {
reassign_merge_request: s__('NotificationEvent|Reassign merge request'),
reopen_issue: s__('NotificationEvent|Reopen issue'),
reopen_merge_request: s__('NotificationEvent|Reopen merge request'),
merge_when_pipeline_succeeds: s__('NotificationEvent|Merge when pipeline succeeds'),
success_pipeline: s__('NotificationEvent|Successful pipeline'),
},
};
---
title: Fix empty field in custom notification events modal
merge_request: 55313
author: Kev @KevSlashNull
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment