kb: extend "new" link label to "add new page" (#8469)

This commit is contained in:
Frédéric Péters 2015-10-29 10:06:33 +01:00
parent 3b2b08a73f
commit 1a64b967a7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{% block appbar %}
<h2>{% trans 'Knowledge Base' %}</h2>
<a href="{% url 'kb-page-add' %}">{% trans 'New' %}</a>
<a href="{% url 'kb-page-add' %}">{% trans 'Add New Page' %}</a>
{% endblock %}
{% block content %}
@ -24,7 +24,7 @@
{% else %}
<div class="big-msg-info">
{% blocktrans %}
The knowledge base is currently empty. Click on the "New" button in the top
The knowledge base is currently empty. Click on the "Add New Page" button in the top
right corner to add a first page.
{% endblocktrans %}
</div>