1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Add label translation

This commit is contained in:
Zero
2021-11-14 12:48:50 +08:00
parent 0e25298db9
commit 8dee3d3a83
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@
</div>
<div class="form-group ml-m">
<div class="form-group ml-auto">
<label for="ip">{{ trans('settings.ip_address') }}</label>
@include('form.text', ['name' => 'ip'])
</div>