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