Skip to content

Commit 70343d2

Browse files
committed
Update config.blade.php
1 parent 6a03987 commit 70343d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/config/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function text($key){
233233
<input value="register" name="type" style="display:none;" type="text" required>
234234
<input value="register" name="entry" style="display:none;" type="text" required>
235235
<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>
237237
<div class="input-group">
238238
<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>
239239
</div></div>

0 commit comments

Comments
 (0)