diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 1713486c0..39d1b0559 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -653,6 +653,7 @@ "notification_level": "Notification level", "destination": "Destination", "delete_alert": "Delete Alert", + "submit": "Submit", "limit_to": "Limit To", "limit_to_projects": "Limit to projects", "include_children": "Include children of projects", diff --git a/src/views/administration/notifications/Alerts.vue b/src/views/administration/notifications/Alerts.vue index 877cc5857..9db7ffcd2 100644 --- a/src/views/administration/notifications/Alerts.vue +++ b/src/views/administration/notifications/Alerts.vue @@ -122,8 +122,7 @@ + required="true" type="text" v-model="name" lazy="true" /> {{ $t('admin.enabled') }} @@ -136,11 +135,9 @@ + type="text" v-model="destination" lazy="true" /> + :label="$t('admin.jira_ticket_type')" :required="true" type="text" v-model="jiraTicketType" lazy="true" />
@@ -197,6 +194,7 @@ v-permission="PERMISSIONS.VIEW_PORTFOLIO" v-on:toggle="limitToVisible = !limitToVisible" v-if="this.scope === 'PORTFOLIO'" /> {{ $t('admin.delete_alert') }} + {{ $t('admin.submit') }}