From 2813990c895eca11fc5f8dcca14d26c809b74b1f Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Fri, 8 Jun 2018 14:13:53 +0200
Subject: [PATCH] tooltip text modified

---
 smash/web/templates/voucher_types/add_edit.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/web/templates/voucher_types/add_edit.html b/smash/web/templates/voucher_types/add_edit.html
index 40e6e35c..48449203 100644
--- a/smash/web/templates/voucher_types/add_edit.html
+++ b/smash/web/templates/voucher_types/add_edit.html
@@ -61,7 +61,7 @@
                     </form>
                     {% if voucher_type.study %}
                         <div class="box-header with-border">
-                            <h3>Prices <a title="add a new contact attempt"
+                            <h3>Prices <a title="add a new price"
                                           id="add-contact-attempt"
                                           href="{% url 'web.views.voucher_type_price_add' voucher_type.id %}"
                                           class="text-primary"
-- 
GitLab