just a small translation

This commit is contained in:
Matthias 2021-05-09 00:27:00 +02:00
parent e683912561
commit a210b331ce

View File

@ -1,5 +1,6 @@
{% extends "modal_delete_form.html" %}
{% load i18n %}
{% block pre_form_content %}
Are you sure you wish to delete this line item?
{% trans "Are you sure you wish to delete this line item?" %}
{% endblock %}