diff --git a/superx_budget/pyramid/overview.py b/superx_budget/pyramid/overview.py index b77a6ed..347340a 100644 --- a/superx_budget/pyramid/overview.py +++ b/superx_budget/pyramid/overview.py @@ -142,7 +142,7 @@ def send_overview(context, request): or not budget_file.is_file() ): request.session.flash( - f"There was an error with your submisssion, please try again.", + "There was an error with your submisssion, please try again.", "error", ) return HTTPFound("/")