Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/alert_management/payload/generic.rb')
-rw-r--r--lib/gitlab/alert_management/payload/generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/alert_management/payload/generic.rb b/lib/gitlab/alert_management/payload/generic.rb
index 0eb1bee8181..e2db9b62dd5 100644
--- a/lib/gitlab/alert_management/payload/generic.rb
+++ b/lib/gitlab/alert_management/payload/generic.rb
@@ -5,7 +5,7 @@ module Gitlab
module AlertManagement
module Payload
class Generic < Base
- DEFAULT_TITLE = 'New: Incident'
+ DEFAULT_TITLE = 'New: Alert'
attribute :description, paths: 'description'
attribute :ends_at, paths: 'end_time', type: :time