summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-03 12:28:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-03 16:49:12 +0200
commit4dd47534de59d7c6162a92a308dfa765ede9e6ea (patch)
treea0865fd39d6882bcd6fa0ea40e172b9dc0687368 /ishtar_common/templates
parent65431dd76a453aa106882669d8923d85adbd4573 (diff)
downloadIshtar-4dd47534de59d7c6162a92a308dfa765ede9e6ea.tar.bz2
Ishtar-4dd47534de59d7c6162a92a308dfa765ede9e6ea.zip
✨ item deletion: better display of associated deleted items
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html b/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html
index c1284b94d..2fc84674b 100644
--- a/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html
+++ b/ishtar_common/templates/ishtar/wizard/wizard_delete_associated_to_admin_act.html
@@ -1,5 +1,5 @@
{% extends "ishtar/wizard/delete_wizard.html" %}
{% load i18n %}
{% block "extra_warning" %}
-<p><strong>{% trans "If any, all administrative act listed above will be deleted." %}</strong></p>
+<p><strong>{% trans "If any, all related items listed above will be deleted." %}</strong></p>
{% endblock %}