From 94f95a866477638bb587e476d2a9d27fcd1aa6b9 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Fri, 5 Dec 2025 15:21:20 +0100 Subject: [PATCH] Improve error message --- src/servala/frontend/templates/frontend/forms/errors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servala/frontend/templates/frontend/forms/errors.html b/src/servala/frontend/templates/frontend/forms/errors.html index 964687d..1d31737 100644 --- a/src/servala/frontend/templates/frontend/forms/errors.html +++ b/src/servala/frontend/templates/frontend/forms/errors.html @@ -11,7 +11,7 @@ {{ form.non_field_errors.0 }} {% endif %} {% else %} - {% translate "We could not save your changes." %} + {% translate "Please review and correct the errors highlighted in the form below." %} {% endif %}