summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJakub Draganek <jakub.draganek@gmail.com>2017-09-26 14:00:16 +0200
committerJakub Draganek <jakub.draganek@gmail.com>2017-09-26 14:00:16 +0200
commit258424053bfe72c06cc48ec8d775868492846d18 (patch)
tree3b89a1e673bbeb38344c9e60c32844a4e2a72602 /templates
parent6e64aedd35e51284d9f35266eddd707553fd883c (diff)
downloadsaleor-frontend-258424053bfe72c06cc48ec8d775868492846d18.tar.gz
saleor-frontend-258424053bfe72c06cc48ec8d775868492846d18.tar.bz2
saleor-frontend-258424053bfe72c06cc48ec8d775868492846d18.zip
Rephrase product class delete confirmation modal
Diffstat (limited to 'templates')
-rw-r--r--templates/dashboard/product/product_class/modal_confirm_delete.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/dashboard/product/product_class/modal_confirm_delete.html b/templates/dashboard/product/product_class/modal_confirm_delete.html
index 11030c06..e4675dd2 100644
--- a/templates/dashboard/product/product_class/modal_confirm_delete.html
+++ b/templates/dashboard/product/product_class/modal_confirm_delete.html
@@ -5,10 +5,19 @@
{% load staticfiles %}
{% block action_url %}{% url "dashboard:product-class-delete" pk=product_class.pk %}{% endblock %}
-{% block content %}
+
+{% block title %}
{% blocktrans trimmed context "Modal delete product class text" %}
<p>Delete product class <strong>{{ product_class }}</strong>?</p>
{% endblocktrans %}
+{% endblock title %}
+
+{% block content %}
+<p>
+ {% blocktrans trimmed context "Modal delete product class text" %}
+ Are you sure you want to delete product class {{ product_class }}?
+ {% endblocktrans %}
+</p>
<p>
{% if products %}
{% blocktrans trimmed context "Modal delete product class text" with product_count=products.count %}