From 4631249c070336b40ce0f2bfa077aceed605afd0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 31 Jan 2021 17:18:07 +0100 Subject: [PATCH] fix nav link name --- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 20cdb38..870d171 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -14,5 +14,5 @@ declare(strict_types=1); return ['Navigation' => [ 'Badges' => 'Badges', - 'QA' => 'QA', + 'QA' => 'Q&A', ]];