Fixed placeholder text

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-08-19 18:51:56 +01:00
parent b3f0ce4b2a
commit 0823c23a6e
+1 -1
View File
@@ -784,7 +784,7 @@
<label for="ldap_mobile">{{ trans('admin/settings/general.ldap_mobile') }}</label>
</div>
<div class="col-md-8">
<input class="form-control" placeholder="{{ trans('general.example') .'telephonenumber' }}" name="ldap_phone" type="text" id="ldap_mobile" value="{{ old('ldap_mobile', $setting->ldap_mobile) }}">
<input class="form-control" placeholder="{{ trans('general.example') .'mobile' }}" name="ldap_phone" type="text" id="ldap_mobile" value="{{ old('ldap_mobile', $setting->ldap_mobile) }}">
@error('ldap_mobile')
<span class="alert-msg">
<x-icon type="x" />