Fix label and input box error

This commit is contained in:
Zero 2021-11-14 12:48:33 +08:00
parent 9cac6fad73
commit 0e25298db9

View File

@ -49,9 +49,8 @@
</div> </div>
<div class="form-group ml-m" <div class="form-group ml-m">
option:submit-on-change:filter='[name="ip"]'> <label for="ip">{{ trans('settings.ip_address') }}</label>
<label for="owner">IP address</label>
@include('form.text', ['name' => 'ip']) @include('form.text', ['name' => 'ip'])
</div> </div>
</form> </form>