mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
Updated postage radio labels
Updated postage radio labels
This commit is contained in:
@@ -687,10 +687,10 @@ class ServiceSwitchLettersForm(StripWhitespaceForm):
|
||||
class ServiceLetterClassForm(StripWhitespaceForm):
|
||||
|
||||
letter_class = RadioField(
|
||||
'Postage classes',
|
||||
'Choose your postage',
|
||||
choices=[
|
||||
('first', '1st class only'),
|
||||
('second', '2nd class only'),
|
||||
('first', 'First class only'),
|
||||
('second', 'Second class only'),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user