mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-20 22:18:25 +08:00
Add label translation
This commit is contained in:
parent
0e25298db9
commit
8dee3d3a83
@ -123,6 +123,7 @@ return [
|
||||
'audit_table_date' => 'Activity Date',
|
||||
'audit_date_from' => 'Date Range From',
|
||||
'audit_date_to' => 'Date Range To',
|
||||
'ip_address' => 'IP',
|
||||
|
||||
// Role Settings
|
||||
'roles' => 'Roles',
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user