From 04bb63baa498033045f2430a15877201175a0249 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jasmina=20Lie=C3=9Fmann?= <minapokhalo+typo3@gmail.com>
Date: Fri, 12 Apr 2024 21:10:10 +0200
Subject: [PATCH] [BUGFIX] Use correct `resname` attribute in xlf file of
 EXT:dashboard

The patch for #103615 added `resname` attributes to EXT:dashboard
locallang files. An attribute was used twice, this is hereby corrected.

Resolves: #103620
Related: #103615
Releases: main, 12.4
Change-Id: I4d813f29db0d64f486c1d5593bc8c2b955a8eafb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83761
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Andreas Kienast <a.fernandez@scripting-base.de>
---
 typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf b/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf
index b7debe3ab747..033cf7ac70d3 100644
--- a/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf
+++ b/typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf
@@ -88,7 +88,7 @@
 			<trans-unit id="widgets.documentation.gettingStarted.text" resname="widgets.documentation.gettingStarted.text" xml:space="preserve">
 				<source>New to TYPO3? In our Getting Started Tutorial you will learn the basics how to use TYPO3.</source>
  			</trans-unit>
-			<trans-unit id="widgets.documentation.gettingStarted.content.label" resname="widgets.documentation.gettingStarted.text" xml:space="preserve">
+			<trans-unit id="widgets.documentation.gettingStarted.content.label" resname="widgets.documentation.gettingStarted.content.label" xml:space="preserve">
 				<source>Getting Started Tutorial</source>
  			</trans-unit>
 
-- 
GitLab