Browse Source

Spelling mistakes fixed

pull/164/head
Sebastian Stehle 8 years ago
parent
commit
4de07765c4
  1. 12
      src/Squidex/app/features/apps/pages/onboarding-dialog.component.html

12
src/Squidex/app/features/apps/pages/onboarding-dialog.component.html

@ -28,8 +28,7 @@
<div class="col"> <div class="col">
<div class="onboarding-text"> <div class="onboarding-text">
<p> <p>
An App is the repository for your project, e.g. (blog, webshop or mobile app). You can assign contributors to your app to An App is the repository for your project, e.g. (blog, webshop or mobile app). You can assign contributors to your app to work together.
work together.
</p> </p>
<p> <p>
You can create an unlimited number of Apps in Squidex to manage multiple projects at the same time. You can create an unlimited number of Apps in Squidex to manage multiple projects at the same time.
@ -57,8 +56,7 @@
Schemas define the structure of your content, the fields and the data types of a content item. Schemas define the structure of your content, the fields and the data types of a content item.
</p> </p>
<p> <p>
Beforew you can add content to your schema, make sure to hit the 'Publish' button at the top to make the schema availabel Before you can add content to your schema, make sure to hit the 'Publish' button at the top to make the schema available to your content editors.
to your content editors.
</p> </p>
</div> </div>
</div> </div>
@ -109,8 +107,7 @@
The assets contains all files that can also be linked to your content. For example images, videos or documents. The assets contains all files that can also be linked to your content. For example images, videos or documents.
</p> </p>
<p> <p>
You can upload the assets here and use them later or also upload them directly when you create a new content item with an You can upload the assets here and use them later or also upload them directly when you create a new content item with an asset field.
asset field.
</p> </p>
</div> </div>
</div> </div>
@ -131,8 +128,7 @@
<h1>Awesome, now you know the basics!</h1> <h1>Awesome, now you know the basics!</h1>
<p> <p>
But that's not all of the support we can provide. <br />You can go to <a href="https://docs.squidex.io/" But that's not all of the support we can provide. <br />You can go to <a href="https://docs.squidex.io/" target="_blank">https://docs.squidex.io/</a> to read more.
target="_blank">https://docs.squidex.io/</a> to read more.
</p> </p>
<p> <p>
Do you want to join our community? Do you want to join our community?

Loading…
Cancel
Save