fix "Knowledge Base" label on home screen (#19466)

This commit is contained in:
Frédéric Péters 2017-10-16 17:53:50 +02:00
parent f10ccdfa50
commit 4934c31f92
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<h2>{% trans 'Forms' %}</h2>
<div></div>
{% elif panel.key == "kb" %}
<h2>{% trans 'Knowledge Database' %}</h2>
<h2>{% trans 'Knowledge Base' %}</h2>
{{ kb.render }}
{% endif %}
</div>