Added help text to RTD location field

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-12-05 14:40:49 +00:00
parent 174a3398d1
commit 7258af20fc
2 changed files with 2 additions and 1 deletions

View file

@ -492,5 +492,6 @@ return [
'copy_to_clipboard' => 'Copy to Clipboard',
'copied' => 'Copied!',
'status_compatibility' => 'If assets are already assigned, they cannot be changed to a non-deployable status type and this value change will be skipped.',
'rtd_location_help' => 'This is the location of the asset when it is not checked out',
];

View file

@ -65,7 +65,7 @@
@endif
@include ('partials.forms.edit.notes')
@include ('partials.forms.edit.location-select', ['translated_name' => trans('admin/hardware/form.default_location'), 'fieldname' => 'rtd_location_id'])
@include ('partials.forms.edit.location-select', ['translated_name' => trans('admin/hardware/form.default_location'), 'fieldname' => 'rtd_location_id', 'help_text' => trans('general.rtd_location_help')])
@include ('partials.forms.edit.requestable', ['requestable_text' => trans('admin/hardware/general.requestable')])