Skip to content

Commit

Permalink
[TASK] Correct language - capitalization #467
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmccarthy123 authored and linawolf committed Nov 25, 2024
1 parent 6736bf4 commit d464b40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions templates/sitepackage/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
{% frame with { center: true, indent: true } %}
<h2>What is a Site Package?</h2>
<p>
A Site Package is a <strong>TYPO3 Extension</strong> 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 <strong>TYPO3 extension</strong> 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.
</p>
<p>
Learn more about <strong>best practices</strong> recommended by the TYPO3 Core Team.
Expand Down
4 changes: 2 additions & 2 deletions templates/sitepackage/new.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% frame with { color: 'dark', height: 'small', center: true, indent: true, backgroundImage: asset("assets/Images/keyvisual.png") } %}
<h1>Create your very own Site Package</h1>
<p class="lead">
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.
</p>
{% endframe %}

Expand Down
4 changes: 2 additions & 2 deletions templates/sitepackage/success.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% frame with { color: 'dark', height: 'small', center: true, indent: true, backgroundImage: asset("assets/Images/keyvisual.png") } %}
<h1>Congratulations!</h1>
<p class="lead">
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.
</p>
<a href="{{ path('sitepackage_download') }}" class="btn btn-lg btn-primary">
<span class="btn-text">Download</span>
Expand Down

0 comments on commit d464b40

Please sign in to comment.