mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 03:32:32 -08:00
Added/updated string
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bdbfb0f2a1
commit
f158a369a4
|
@ -5,6 +5,8 @@ return [
|
||||||
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
|
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
|
||||||
If this status has changed, please update the asset status.',
|
If this status has changed, please update the asset status.',
|
||||||
'does_not_exist' => 'Asset does not exist.',
|
'does_not_exist' => 'Asset does not exist.',
|
||||||
|
'does_not_exist_var'=> 'Asset with tag :asset_tag not found.',
|
||||||
|
'no_tag' => 'No asset tag provided.',
|
||||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
||||||
'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
|
'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
|
||||||
|
|
||||||
|
@ -31,7 +33,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'audit' => [
|
'audit' => [
|
||||||
'error' => 'Asset audit was unsuccessful. Please try again.',
|
'error' => 'Asset audit unsuccessful: :error ',
|
||||||
'success' => 'Asset audit successfully logged.',
|
'success' => 'Asset audit successfully logged.',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue