Skip to content

Commit 1b61140

Browse files
committed
chore: Update checkbox labels in general.blade.php
1 parent b33fb6c commit 1b61140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/livewire/project/application/general.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class="underline" href="https://coolify.io/docs/knowledge-base/docker/registry"
239239
<x-forms.checkbox label="Escape special characters in labels?"
240240
helper="By default, $ (and other chars) is escaped. So if you write $ in the labels, it will be saved as $$.<br><br>If you want to use env variables inside the labels, turn this off."
241241
id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>
242-
<x-forms.checkbox label="Readonly Labels"
242+
<x-forms.checkbox label="Readonly labels"
243243
helper="If you know what are you doing, you can enable this to edit the labels directly. Coolify won't update labels automatically. <br><br>Be careful, it could break the proxy configuration after you restart the container."
244244
id="application.settings.is_container_label_readonly_enabled" instantSave></x-forms.checkbox>
245245
</div>
@@ -271,7 +271,7 @@ class="underline" href="https://coolify.io/docs/knowledge-base/docker/registry"
271271
<x-forms.checkbox label="Escape special characters in labels?"
272272
helper="By default, $ (and other chars) is escaped. So if you write $ in the labels, it will be saved as $$.<br><br>If you want to use env variables inside the labels, turn this off."
273273
id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>
274-
<x-forms.checkbox label="Readonly Labels"
274+
<x-forms.checkbox label="Readonly labels"
275275
helper="If you know what are you doing, you can enable this to edit the labels directly. Coolify won't update labels automatically. <br><br>Be careful, it could break the proxy configuration after you restart the container."
276276
id="application.settings.is_container_label_readonly_enabled" instantSave></x-forms.checkbox>
277277
</div>

0 commit comments

Comments
 (0)