Skip to content

Commit

Permalink
UI: Change high-priority tag to priority-high (#32)
Browse files Browse the repository at this point in the history
Our various styling using priority-high vs high-priority.
  • Loading branch information
SamSaffron committed Oct 29, 2021
1 parent 25f6c8b commit 706ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/concerns/alert_post_mixin.rb
Expand Up @@ -4,7 +4,7 @@ module AlertPostMixin
extend ActiveSupport::Concern

FIRING_TAG = "firing".freeze
HIGH_PRIORITY_TAG = "high-priority".freeze
HIGH_PRIORITY_TAG = "priority-high".freeze
NEXT_BUSINESS_DAY_SLA = "nbd".freeze

MAX_BUMP_RATE = 5.minutes
Expand Down

0 comments on commit 706ac04

Please sign in to comment.