From d464b4022b1a265ac8010f0ddcfd438467fb7317 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Sun, 24 Nov 2024 14:55:26 +0100 Subject: [PATCH] [TASK] Correct language - capitalization #467 --- templates/sitepackage/index.html.twig | 8 ++++---- templates/sitepackage/new.html.twig | 4 ++-- templates/sitepackage/success.html.twig | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/sitepackage/index.html.twig b/templates/sitepackage/index.html.twig index 074d9543..950e83b5 100644 --- a/templates/sitepackage/index.html.twig +++ b/templates/sitepackage/index.html.twig @@ -16,10 +16,10 @@ {% frame with { center: true, indent: true } %}

What is a Site Package?

- A Site Package is a TYPO3 Extension that contain all the configuration for a Website. - Having all configuration stored in a package keeps it protected from unauthorized access. - Packaged as an Extension your Site Package will manage dependencies to other Extensions and/or the TYPO3 Version. - This will make deployment easier and enable you to put the configuration of your Website under Version Control. + A site package is a TYPO3 extension that contains all the configuration for a website. + Having configuration stored in a package keeps it protected from unauthorized access. + Packaged as an extension, your site package will manage dependencies to other extensions and/or the TYPO3 version. + This will make deployment easier and enable you to put the configuration of your website under version control.

Learn more about best practices recommended by the TYPO3 Core Team. diff --git a/templates/sitepackage/new.html.twig b/templates/sitepackage/new.html.twig index a01d509e..64d774d3 100644 --- a/templates/sitepackage/new.html.twig +++ b/templates/sitepackage/new.html.twig @@ -5,8 +5,8 @@ {% frame with { color: 'dark', height: 'small', center: true, indent: true, backgroundImage: asset("assets/Images/keyvisual.png") } %}

Create your very own Site Package

- Awesome - you made it here! Just a bit more Information is required about your Project and your very own Site - Package will be ready to download. + Awesome - you made it here! We just need a bit more information about your project and then your very own site + package will be ready to download.

{% endframe %} diff --git a/templates/sitepackage/success.html.twig b/templates/sitepackage/success.html.twig index e3a41b80..c42cb907 100644 --- a/templates/sitepackage/success.html.twig +++ b/templates/sitepackage/success.html.twig @@ -5,8 +5,8 @@ {% frame with { color: 'dark', height: 'small', center: true, indent: true, backgroundImage: asset("assets/Images/keyvisual.png") } %}

Congratulations!

- We have successfully generated your Site Package. You can review the generated configuration below, or - download your Site Package. + We have successfully generated your site package. You can review the generated configuration below, or + download your site package.

Download