mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 10:54:11 -04:00
Change the drop down to read Use priority queue? yes|no
This commit is contained in:
@@ -270,8 +270,8 @@ class SMSTemplateForm(Form):
|
||||
NoCommasInPlaceHolders()
|
||||
]
|
||||
)
|
||||
process_type = SelectField(u'Select priority or normal', choices=[('normal', 'normal'),
|
||||
('priority', 'priority')],
|
||||
process_type = SelectField(u'Use priority queue?', choices=[('normal', 'no'),
|
||||
('priority', 'yes')],
|
||||
default='normal')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user