fix missing bracket

This commit is contained in:
Bert Roelofsen 2024-02-21 08:29:19 +01:00
parent 28c396e859
commit 9fdddab11b
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -51,6 +51,6 @@ htmlcov/
venv/
ENV/
# Translatio catalogs
# Translation catalogs
*.mo
*.pot

View file

@ -18,7 +18,7 @@
</button>
</div>
</div>
<p>{{ _('The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.' }}</p>
<p>{{ _('The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.') }}</p>
</section>
</div>
{% endblock %}