From f2115fce4f71be0e65505aaabf579a67b72739ce Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:24:12 +0200 Subject: [PATCH] [DOCS] Update TER description (#109) Closes #80 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index a82cf69..b01c59b 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'The Official TYPO3 Introduction Package', - 'description' => 'This package delivers a new website (page tree) and shows all out-of-the-box features of TYPO3, and includes a theme based on Twitter Bootstrap 3, and a style editor to customize the design. Sample backend groups are added', + 'description' => 'This is the Official TYPO3 Introduction Package, a carefully crafted TYPO3 distribution giving you a small insight in the powerful toolbox of the TYPO3 CMS framework. It comes with a full-fledged website based on Benjamin Kott\'s Bootstrap Package and Twitter Bootstrap, with simple options to customize the base theme.', 'category' => 'distribution', 'version' => '4.6.1', 'state' => 'stable',