File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resources/views/components/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ function text($key){
385
385
<input value =" debug" name =" type" style =" display :none ;" type =" text" required >
386
386
<input value =" debug" name =" entry" style =" display :none ;" type =" text" required >
387
387
<h5 style =" margin-top :50px " >Debug mode</h5 >
388
- <p class =" text-muted" >Should be disabled in a production environment. Usefull for debugging during setup.</p >
388
+ <p class =" text-muted" >Should be disabled in a production environment. Useful for debugging during setup.</p >
389
389
<div class =" input-group" >
390
390
<div class =" row toggle-btn" ><input name =" toggle" class =" switch toggle-btn" type =" checkbox" id =" toggle-debug" <?php if (EnvEditor:: getKey (' APP_DEBUG' ) == ' false' ){echo ' />' ;}else {echo ' checked>' ;} ? > <label for =" toggle-debug" class =" label txt-label" >Enable</label ></div >
391
391
</div ></div >
You can’t perform that action at this time.
0 commit comments