From 5103bd978a2fed40d7fe3ee2671bba39d5add4c7 Mon Sep 17 00:00:00 2001
From: Philipp Kuhlmay <typo3@treupo.de>
Date: Sat, 15 Jun 2024 10:36:04 +0200
Subject: [PATCH] [BUGFIX] Fixing several labels inside EXT:styleguide

This fixes some labels in EXT:styleguide

Resolves: #104107
Releases: main, 12.4
Change-Id: I04fb8067220879aca1341e93d7ab4e00990387fd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84723
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
---
 .../Configuration/TCA/tx_styleguide_elements_basic.php    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_basic.php b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_basic.php
index 61ed52870817..e04732ac5e86 100644
--- a/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_basic.php
+++ b/typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_basic.php
@@ -479,7 +479,7 @@ return [
             ],
         ],
         'inputdatetime_26' => [
-            'label' => 'inputdatetime_6',
+            'label' => 'inputdatetime_26',
             'description' => 'format=timesec nullable=true',
             'config' => [
                 'type' => 'datetime',
@@ -586,7 +586,7 @@ return [
             ],
         ],
         'link_4' => [
-            'label' => 'link_2',
+            'label' => 'link_4',
             'description' => 'type=link linkBrowser disabled',
             'config' => [
                 'type' => 'link',
@@ -1412,7 +1412,7 @@ backend_layout {
             ],
         ],
         'checkbox_26' => [
-            'label' => 'checkbox_26 description',
+            'label' => 'checkbox_26',
             'description' => 'renderType=checkboxLabeledToggle single readOnly',
             'config' => [
                 'type' => 'check',
@@ -1429,7 +1429,7 @@ backend_layout {
         ],
 
         'radio_1' => [
-            'label' => 'description',
+            'label' => 'radio_1',
             'description' => 'radio_1 three options, one without label',
             'config' => [
                 'type' => 'radio',
-- 
GitLab