mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Improve label
This commit is contained in:
parent
853e14f369
commit
8a06f4ad82
|
@ -15,6 +15,7 @@ return [
|
|||
'user_zip' => 'User Zip'
|
||||
],
|
||||
'saved_templates' => 'Saved Templates',
|
||||
'open_saved_template' => 'Open Saved Template',
|
||||
'save_template' => 'Save Template',
|
||||
'select_a_template' => 'Select a Template',
|
||||
'apply_template' => 'Apply Template',
|
||||
|
|
|
@ -578,7 +578,7 @@
|
|||
<div class="col-md-2">
|
||||
@if (! request()->routeIs('report-templates.edit'))
|
||||
<div class="form-group">
|
||||
<label for="saved_report_select">{{ trans('admin/reports/general.saved_templates') }}</label>
|
||||
<label for="saved_report_select">{{ trans('admin/reports/general.open_saved_template') }}</label>
|
||||
<select
|
||||
id="saved_report_select"
|
||||
class="form-control select2"
|
||||
|
|
Loading…
Reference in a new issue