From 6959bca3f1f78993578a310ef0ab7b95d8a37790 Mon Sep 17 00:00:00 2001
From: Daniel Goerz <daniel.goerz@posteo.de>
Date: Mon, 9 Mar 2020 10:11:04 +0100
Subject: [PATCH] [BUGFIX] Remove unused label from EXT:dashboard

Resolves: #90688
Releases: master
Change-Id: Ia8aad82a1c7a92891644786cd4d76d8a720bd0fa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63638
Tested-by: Richard Haeser <richard@maxserv.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Richard Haeser <richard@maxserv.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
---
 .../dashboard/Resources/Private/Language/locallang_tca.xlf     | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf b/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf
index 1da979d34bf1..8acc953008e2 100644
--- a/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf
+++ b/typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf
@@ -12,9 +12,6 @@
 			<trans-unit id="title" xml:space="preserve">
 				<source>Title</source>
 			</trans-unit>
-			<trans-unit id="configuration" xml:space="preserve">
-				<source>Configuration</source>
-			</trans-unit>
 		</body>
 	</file>
 </xliff>
-- 
GitLab