Skip to content

Commit c57d605

Browse files
committed
Fixed spelling
#442
1 parent 3ecaad2 commit c57d605

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
@@ -372,7 +372,7 @@ function text($key){
372372
<input type="password" class="form-control" name="MAIL_PASSWORD" value="{{env('MAIL_PASSWORD')}}" />
373373
<label style="margin-top:15px">Encryption type</label>
374374
<input type="text" class="form-control form-control-lg" class="form-control form-control-lg" name="MAIL_ENCRYPTION" value="{{env('MAIL_ENCRYPTION')}}" />
375-
<label style="margin-top:15px">From adress</label>
375+
<label style="margin-top:15px">From address</label>
376376
<input type="text" class="form-control form-control-lg" class="form-control form-control-lg" name="MAIL_FROM_ADDRESS" value="{{env('MAIL_FROM_ADDRESS')}}" />
377377
<button type="submit" class="btn btn-primary mt-4">Apply changes</button>
378378
</div>

0 commit comments

Comments
 (0)