Browse Source

Correct the priority value for Pushover's Emergency priority. Fixes #160

pull/163/head
Pēteris Caune 7 years ago
parent
commit
9bf82b706c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/integrations/add_pushover.html

+ 1
- 1
templates/integrations/add_pushover.html View File

@ -61,7 +61,7 @@
<div class="radio">
<label>
<input type="radio" name="po_priority" value="-2">
<input type="radio" name="po_priority" value="2">
<span class="text-danger">Emergency Priority.</span>
<span class="help">
The notification is repeated every


Loading…
Cancel
Save