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 %}