From 9fdddab11bd8f6bf06f5957e827b7539dac69948 Mon Sep 17 00:00:00 2001 From: Bert Roelofsen <19684880+systeembeheerder@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:29:19 +0100 Subject: [PATCH] fix missing bracket --- .gitignore | 2 +- snappass/templates/password.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac9ab38..35d44eb 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,6 @@ htmlcov/ venv/ ENV/ -# Translatio catalogs +# Translation catalogs *.mo *.pot diff --git a/snappass/templates/password.html b/snappass/templates/password.html index 6b30f0d..1a31252 100644 --- a/snappass/templates/password.html +++ b/snappass/templates/password.html @@ -18,7 +18,7 @@ -
{{ _('The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.' }}
+{{ _('The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.') }}
{% endblock %}