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

@ -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',

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>