From 65d1baca118ab335e5092e9c5a6f8e365e12c151 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 30 Aug 2023 12:08:09 +0000 Subject: [PATCH] autofixes --- 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 705e540..6d03c44 100644 --- 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' => [ 'Assets' => 'Assets', - 'Dashboard' => 'Dashboard', + 'Dashboard' => 'Dashboard', ]];