mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed typo “synchronization”
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5b4550a6a8
commit
3f09d17389
|
@ -417,7 +417,7 @@
|
|||
{{ Form::label('test_ldap_sync', 'Test LDAP Sync') }}
|
||||
</div>
|
||||
<div class="col-md-9" id="ldaptestrow">
|
||||
<a {{ $setting->demoMode }} class="btn btn-default btn-sm pull-left" id="ldaptest" style="margin-right: 10px;">Test LDAP Syncronization</a>
|
||||
<a {{ $setting->demoMode }} class="btn btn-default btn-sm pull-left" id="ldaptest" style="margin-right: 10px;">Test LDAP Synchronization</a>
|
||||
</div>
|
||||
<div class="col-md-9 col-md-offset-3">
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue