From b1bde78f4ac371cfc10bbc8ee868603f1fdc06d7 Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Sat, 30 Mar 2024 14:36:22 +0100
Subject: [PATCH] [BUGFIX] Fix typo in TCA appearance tab label

The label changed by accident and must be changed back.

Resolves: #103508
Related: #102834
Releases: main
Change-Id: Ie7d2ada54d0224558e9cab558320b26d1fc79f8a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83629
Tested-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
---
 typo3/sysext/frontend/Configuration/TCA/tt_content.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/frontend/Configuration/TCA/tt_content.php b/typo3/sysext/frontend/Configuration/TCA/tt_content.php
index 96a840779e51..c0adf9041c9a 100644
--- a/typo3/sysext/frontend/Configuration/TCA/tt_content.php
+++ b/typo3/sysext/frontend/Configuration/TCA/tt_content.php
@@ -1570,7 +1570,7 @@ return [
                 --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general,
                     --palette--;;general,
                     --palette--;;headers,
-                --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:ppearance,
+                --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:appearance,
                     --palette--;;frames,
                     --palette--;;appearanceLinks,
                 --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:accessibility,
-- 
GitLab