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 @@ -233,7 +233,7 @@ function text($key){
233
233
<input value =" register" name =" type" style =" display :none ;" type =" text" required >
234
234
<input value =" register" name =" entry" style =" display :none ;" type =" text" required >
235
235
<h5 style =" margin-top :50px " >Enable registration</h5 >
236
- <p class =" text-muted" >Sets wheter or not users are able to register on your application.</p >
236
+ <p class =" text-muted" >Determines whether users can register for your application.</p >
237
237
<div class =" input-group" >
238
238
<div class =" row toggle-btn" ><input name =" toggle" class =" switch toggle-btn" type =" checkbox" id =" toggle" <?php if (Page:: pluck (' register' ) == ' ["false"]' ){echo ' />' ;}else {echo ' checked>' ;} ? > <label for =" '.$key.'" class =" label txt-label" >Enable</label ></div >
239
239
</div ></div >
You can’t perform that action at this time.
0 commit comments