diff --git a/app/Models/Server.php b/app/Models/Server.php index 828500c40..0f48c0efc 100644 --- a/app/Models/Server.php +++ b/app/Models/Server.php @@ -484,7 +484,7 @@ $schema://$host { $base_path = config('constants.coolify.base_config_path'); $proxyType = $this->proxyType(); $proxy_path = "$base_path/proxy"; - // TODO: should use /traefik for already exisiting configurations? + // TODO: should use /traefik for already existing configurations? // Should move everything except /caddy and /nginx to /traefik // The code needs to be modified as well, so maybe it does not worth it if ($proxyType === ProxyTypes::TRAEFIK->value) { diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 280af2256..1cc71d063 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -310,7 +310,7 @@ helper="By default, $ (and other chars) is escaped. So if you write $ in the labels, it will be saved as $$.

If you want to use env variables inside the labels, turn this off." id="application.settings.is_container_label_escape_enabled" instantSave> {{-- --}} @endif @@ -349,7 +349,7 @@ @endif
@endif @if (count($filteredTags) > 0) -

Exisiting Tags

+

Existing Tags

Click to add quickly
@foreach ($filteredTags as $tag) diff --git a/resources/views/livewire/server/show.blade.php b/resources/views/livewire/server/show.blade.php index 77aebbc04..4ea8e1f16 100644 --- a/resources/views/livewire/server/show.blade.php +++ b/resources/views/livewire/server/show.blade.php @@ -12,7 +12,7 @@ @if ($server->id === 0) @else diff --git a/resources/views/livewire/settings/index.blade.php b/resources/views/livewire/settings/index.blade.php index 8b1c6cfed..6ee9a7deb 100644 --- a/resources/views/livewire/settings/index.blade.php +++ b/resources/views/livewire/settings/index.blade.php @@ -141,7 +141,7 @@