chore: Update checkbox labels in general.blade.php
This commit is contained in:
		@@ -239,7 +239,7 @@
 | 
				
			|||||||
                    <x-forms.checkbox label="Escape special characters in labels?"
 | 
					                    <x-forms.checkbox label="Escape special characters in labels?"
 | 
				
			||||||
                        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."
 | 
					                        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."
 | 
				
			||||||
                        id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>
 | 
					                        id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>
 | 
				
			||||||
                    <x-forms.checkbox label="Readonly Labels"
 | 
					                    <x-forms.checkbox label="Readonly labels"
 | 
				
			||||||
                        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."
 | 
					                        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."
 | 
				
			||||||
                        id="application.settings.is_container_label_readonly_enabled" instantSave></x-forms.checkbox>
 | 
					                        id="application.settings.is_container_label_readonly_enabled" instantSave></x-forms.checkbox>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
@@ -271,7 +271,7 @@
 | 
				
			|||||||
                    <x-forms.checkbox label="Escape special characters in labels?"
 | 
					                    <x-forms.checkbox label="Escape special characters in labels?"
 | 
				
			||||||
                        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."
 | 
					                        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."
 | 
				
			||||||
                        id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>
 | 
					                        id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>
 | 
				
			||||||
                    <x-forms.checkbox label="Readonly Labels"
 | 
					                    <x-forms.checkbox label="Readonly labels"
 | 
				
			||||||
                        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."
 | 
					                        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."
 | 
				
			||||||
                        id="application.settings.is_container_label_readonly_enabled" instantSave></x-forms.checkbox>
 | 
					                        id="application.settings.is_container_label_readonly_enabled" instantSave></x-forms.checkbox>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user