Fix typos and grammatical errors in email templates and form view

This commit is contained in:
Andras Bacsai 2024-02-29 09:16:02 +01:00
parent dfd564a3a4
commit fcd100df39
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<x-emails.layout>
Your trial ends soon. Please update payment details [here]({{ $stripeCustomerPortal }}),
Your servers & deployed resources will be untouched, but you won't be able to deploy new resources and lost all automations and integrations.
Your servers & deployed resources will be untouched, but you won't be able to deploy new resources and lose all automations and integrations.
</x-emails.layout>

View File

@ -4,7 +4,7 @@
<h2>General</h2>
@if ($server->id === 0)
<x-new-modal buttonTitle="Save" title="Change Localhost" action="submit">
You could lost a lot of functionalities if you change the server details of the server where Coolify
You could lose a lot of functionalities if you change the server details of the server where Coolify
is
running on.<br>Please think again.
</x-new-modal>

View File

@ -1,5 +1,5 @@
#!/bin/bash
## Do not modify this file. You will lost the ability to autoupdate!
## Do not modify this file. You will lose the ability to autoupdate!
VERSION="1.0.4"
CDN="https://cdn.coollabs.io/coolify"