mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 02:24:33 +08:00
Add label translation
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user