Merge pull request #1563 from matmair/smal-trans

just a small translation
This commit is contained in:
Oliver 2021-05-09 10:16:57 +10:00 committed by GitHub
commit 1f1b0547b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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