Fixed spelling

https://github.com/LinkStackOrg/LinkStack/issues/442
This commit is contained in:
Julian Prieber 2023-05-19 15:32:58 +02:00
parent 3ecaad28e2
commit c57d6057a1
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ document.getElementById("MAINTENANCE_MODE-form").addEventListener("change", func
<input type="password" class="form-control" name="MAIL_PASSWORD" value="{{env('MAIL_PASSWORD')}}" /> <input type="password" class="form-control" name="MAIL_PASSWORD" value="{{env('MAIL_PASSWORD')}}" />
<label style="margin-top:15px">Encryption type</label> <label style="margin-top:15px">Encryption type</label>
<input type="text" class="form-control form-control-lg" class="form-control form-control-lg" name="MAIL_ENCRYPTION" value="{{env('MAIL_ENCRYPTION')}}" /> <input type="text" class="form-control form-control-lg" class="form-control form-control-lg" name="MAIL_ENCRYPTION" value="{{env('MAIL_ENCRYPTION')}}" />
<label style="margin-top:15px">From adress</label> <label style="margin-top:15px">From address</label>
<input type="text" class="form-control form-control-lg" class="form-control form-control-lg" name="MAIL_FROM_ADDRESS" value="{{env('MAIL_FROM_ADDRESS')}}" /> <input type="text" class="form-control form-control-lg" class="form-control form-control-lg" name="MAIL_FROM_ADDRESS" value="{{env('MAIL_FROM_ADDRESS')}}" />
<button type="submit" class="btn btn-primary mt-4">Apply changes</button> <button type="submit" class="btn btn-primary mt-4">Apply changes</button>
</div> </div>