diff --git a/resources/views/livewire/boarding/index.blade.php b/resources/views/livewire/boarding/index.blade.php index 2777eb3ac..e32528dcc 100644 --- a/resources/views/livewire/boarding/index.blade.php +++ b/resources/views/livewire/boarding/index.blade.php @@ -3,7 +3,7 @@
@if ($currentState === 'welcome')

Welcome to Coolify

-

Let me help you to set the basics.

+

Let me help you set up the basics.

Get Started @@ -24,12 +24,12 @@ -

You do not to manage your servers too much. Coolify do +

You don't need to manage your servers anymore. Coolify does it for you.

-

All configurations are stored on your server, so - everything works without Coolify (except integrations and automations).

-

You will get notified on your favourite platform (Discord, - Telegram, Email, etc.) when something goes wrong, or an action needed from your side.

+

All configurations are stored on your servers, so + everything works without a connection to Coolify (except integrations and automations).

+

You can get notified on your favourite platforms (Discord, + Telegram, Email, etc.) when something goes wrong, or an action is needed from your side.

Next @@ -40,8 +40,8 @@ @if ($currentState === 'select-server-type') - Do you want to deploy your resources on your - or on a ? + Do you want to deploy your resources to your + or to a ? - Let's create a new - one! + Create new + project!
@if (count($projects) > 0)
@@ -319,9 +319,9 @@
-

Projects are bound together several resources into one virtual group. There are no - limitations on the number of projects you could have.

-

Each project should have at least one environment. This helps you to create a production & +

Projects contain several resources combined into one virtual group. There are no + limitations on the number of projects you can add.

+

Each project should have at least one environment, this allows you to create a production & staging version of the same application, but grouped separately.

@@ -331,7 +331,7 @@ @if ($currentState === 'create-resource') - I will redirect you to the new resource page, where you can create your first resource. + Let's go to the new resource page, where you can create your first resource.
Let's do