mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
Merge pull request #3771 from alphagov/fix-all-radios-forms-with-duplicate-legends
Fix all radios forms with duplicate legends
This commit is contained in:
@@ -1947,7 +1947,7 @@ class ServiceInboundNumberForm(StripWhitespaceForm):
|
||||
self.inbound_number.choices = kwargs['inbound_number_choices']
|
||||
|
||||
inbound_number = GovukRadiosField(
|
||||
"Select your inbound number",
|
||||
"Set inbound number",
|
||||
thing='an inbound number',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user