Updated "no other contact" labels

This commit is contained in:
Michelle Rago 2023-02-23 09:34:39 -05:00 committed by GitHub
parent ab34629a7b
commit b601b58c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,8 +80,8 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView):
Step.DOTGOV_DOMAIN: _(".gov domain"),
Step.PURPOSE: _("Purpose of your domain"),
Step.YOUR_CONTACT: _("Your contact information"),
Step.OTHER_CONTACTS: _("Other contacts for your organization"),
Step.NO_OTHER_CONTACTS: _("No other contacts?"),
Step.OTHER_CONTACTS: _("Other employees from your organization"),
Step.NO_OTHER_CONTACTS: _("No other employees from your organization?"),
Step.SECURITY_EMAIL: _("Security email for public use"),
Step.ANYTHING_ELSE: _("Anything else we should know?"),
Step.REQUIREMENTS: _(