Updated postage radio labels

Updated postage radio labels
This commit is contained in:
karlchillmaid
2018-09-18 11:12:12 +01:00
committed by GitHub
parent c125e24432
commit a2a8496d52

View File

@@ -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'),
],
)