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