mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Add label translation
This commit is contained in:
@ -123,6 +123,7 @@ return [
|
|||||||
'audit_table_date' => 'Activity Date',
|
'audit_table_date' => 'Activity Date',
|
||||||
'audit_date_from' => 'Date Range From',
|
'audit_date_from' => 'Date Range From',
|
||||||
'audit_date_to' => 'Date Range To',
|
'audit_date_to' => 'Date Range To',
|
||||||
|
'ip_address' => 'IP',
|
||||||
|
|
||||||
// Role Settings
|
// Role Settings
|
||||||
'roles' => 'Roles',
|
'roles' => 'Roles',
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group ml-m">
|
<div class="form-group ml-auto">
|
||||||
<label for="ip">{{ trans('settings.ip_address') }}</label>
|
<label for="ip">{{ trans('settings.ip_address') }}</label>
|
||||||
@include('form.text', ['name' => 'ip'])
|
@include('form.text', ['name' => 'ip'])
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user