]> git.0d.be Git - django-panik-nonstop.git/commitdiff
use specific button label for new jingle button
authorFrédéric Péters <fpeters@0d.be>
Sat, 5 Sep 2020 12:32:47 +0000 (14:32 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 5 Sep 2020 12:32:47 +0000 (14:32 +0200)
nonstop/templates/nonstop/jingle_list.html

index 034c5125b4cd2f07d67456009944a573b16d0dfa..be86735e95fcee1259a9320aeeb753db0bfe51dd 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block appbar %}
 <h2>Nonstop - {% trans "Jingles" %}</h2>
-<span class="actions"><a data-popup href="{% url 'nonstop-jingle-add' %}">{% trans "New" %}</a></span>
+<span class="actions"><a data-popup href="{% url 'nonstop-jingle-add' %}">{% trans "Add new jingle" %}</a></span>
 {% endblock %}
 
 {% block content %}