diff --git a/src/registrar/views/application.py b/src/registrar/views/application.py index 81edbf618..c34a8e1c1 100644 --- a/src/registrar/views/application.py +++ b/src/registrar/views/application.py @@ -331,6 +331,8 @@ class ApplicationWizard(LoginRequiredMixin, TemplateView): + "fields below could not be saved because they have " + "missing or invalid data. All other information on this page " + "has been saved." + ), + ) context = self.get_context_data() context["forms"] = forms return render(request, self.template_name, context)