mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed destination name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
92f516484e
commit
d3bdaf7cd3
|
@ -384,7 +384,7 @@
|
|||
|
||||
// We use slightly different language for assets versus other things, since they are the only
|
||||
// item that has a status label
|
||||
if (destination =='assets') {
|
||||
if (destination =='hardware') {
|
||||
return '<span data-tooltip="true" title="{{ trans('admin/hardware/general.undeployable_tooltip') }}"><a class="btn btn-sm bg-maroon disabled">{{ trans('general.checkout') }}</a></span>';
|
||||
} else {
|
||||
return '<span data-tooltip="true" title="{{ trans('general.undeployable_tooltip') }}"><a class="btn btn-sm bg-maroon disabled">{{ trans('general.checkout') }}</a></span>';
|
||||
|
|
Loading…
Reference in a new issue