removing optional from title on anything else page

This commit is contained in:
Kristina Yin 2023-11-29 09:21:34 -08:00
parent d7984c69d6
commit 7cd037999e
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -85,7 +85,7 @@ class ApplicationWizard(ApplicationWizardPermissionView, TemplateView):
Step.YOUR_CONTACT: _("Your contact information"),
Step.OTHER_CONTACTS: _("Other employees from your organization"),
Step.NO_OTHER_CONTACTS: _("No other employees from your organization?"),
Step.ANYTHING_ELSE: _("Anything else we should know? (optional)"),
Step.ANYTHING_ELSE: _("Anything else we should know?"),
Step.REQUIREMENTS: _("Requirements for operating .gov domains"),
Step.REVIEW: _("Review and submit your domain request"),
}