From 4934c31f92c3c74abc476942b396fb7108871a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 16 Oct 2017 17:53:50 +0200 Subject: [PATCH] fix "Knowledge Base" label on home screen (#19466) --- welco/templates/welco/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welco/templates/welco/home.html b/welco/templates/welco/home.html index a56cc3f..e0e9230 100644 --- a/welco/templates/welco/home.html +++ b/welco/templates/welco/home.html @@ -22,7 +22,7 @@

{% trans 'Forms' %}

{% elif panel.key == "kb" %} -

{% trans 'Knowledge Database' %}

+

{% trans 'Knowledge Base' %}

{{ kb.render }} {% endif %}