mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 17:39:13 -04:00
Merge pull request #139 from GSA/stvnrlly-hide-letters
Hide letters in non-admin UI
This commit is contained in:
@@ -1623,7 +1623,7 @@ class SupportRedirect(StripWhitespaceForm):
|
||||
who = GovukRadiosField(
|
||||
'What do you need help with?',
|
||||
choices=[
|
||||
('public-sector', 'I work in the public sector and need to send emails, text messages or letters'),
|
||||
('public-sector', 'I work in the public sector and need to send emails or text messages'),
|
||||
('public', 'I’m a member of the public with a question for the government'),
|
||||
],
|
||||
param_extensions={
|
||||
|
||||
Reference in New Issue
Block a user