mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 03:42:32 +01:00
Update translation setting in blade
This commit is contained in:
parent
93e80e5d4e
commit
ee1106630e
@ -50,7 +50,7 @@
|
||||
|
||||
|
||||
<div class="form-group ml-auto">
|
||||
<label for="ip">{{ trans('settings.ip_address') }}</label>
|
||||
<label for="ip">{{ trans('settings.audit_table_ip') }}</label>
|
||||
@include('form.text', ['name' => 'ip', 'model' => $listDetails['ip'] ? \BookStack\Actions\Activity::query()->where(['ip' => $listDetails['ip']])->first() : null])
|
||||
<input type="submit" style="display: none">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user