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>
{{--