From d393f19b472a43b2f022f88637b888693f933fff Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Sat, 6 Aug 2016 10:59:03 +0200 Subject: [PATCH] Fixed wrong text --- app/templates/deleteConsumableForm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/deleteConsumableForm.html b/app/templates/deleteConsumableForm.html index 40a6e88..31ae47e 100644 --- a/app/templates/deleteConsumableForm.html +++ b/app/templates/deleteConsumableForm.html @@ -5,7 +5,7 @@
-

Delete vehicle '{{consumable.name}}'?

+

Delete consumable '{{consumable.name}}'?

{{ form.hidden_tag() }} {{ render_field_with_errors(form.submit) }}