mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:19:48 -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):
|
class ServiceLetterClassForm(StripWhitespaceForm):
|
||||||
|
|
||||||
letter_class = RadioField(
|
letter_class = RadioField(
|
||||||
'Postage classes',
|
'Choose your postage',
|
||||||
choices=[
|
choices=[
|
||||||
('first', '1st class only'),
|
('first', 'First class only'),
|
||||||
('second', '2nd class only'),
|
('second', 'Second class only'),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user