From 8e7cad668530e5d874f20caea4d1bcb47a696ee0 Mon Sep 17 00:00:00 2001 From: Jon Roberts Date: Tue, 28 Feb 2023 09:20:36 -0700 Subject: [PATCH] Fixed one line that didnt merged correctly --- src/registrar/views/application.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/registrar/views/application.py b/src/registrar/views/application.py index 4ea927396..a5b6601c1 100644 --- a/src/registrar/views/application.py +++ b/src/registrar/views/application.py @@ -82,6 +82,7 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView): Step.PURPOSE: _("Purpose of your domain"), 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?"), Step.REQUIREMENTS: _( "Requirements for registration and operation of .gov domains"