From 00fc392a12eb5e17971fe389564593279f4bd3ec Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 3 Jul 2024 12:41:04 +0100 Subject: [PATCH] Added missing traslations Signed-off-by: snipe --- resources/lang/en-US/general.php | 4 +++- resources/views/hardware/quickscan.blade.php | 2 +- resources/views/partials/more-info.blade.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 5b1d0e9b3c..98748282fa 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -549,6 +549,8 @@ return [ 'license_seats' => ':count License Seat|:count License Seats', 'consumables' => ':count Consumable|:count Consumables', 'components' => ':count Component|:count Components', - ] + ], + 'more_info' => 'More Info', + 'quickscan_bulk_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.', ]; diff --git a/resources/views/hardware/quickscan.blade.php b/resources/views/hardware/quickscan.blade.php index e042a6b5d8..6124489f7b 100644 --- a/resources/views/hardware/quickscan.blade.php +++ b/resources/views/hardware/quickscan.blade.php @@ -52,7 +52,7 @@ {{ trans('admin/hardware/form.asset_location') }} - + diff --git a/resources/views/partials/more-info.blade.php b/resources/views/partials/more-info.blade.php index 2f6c08b058..71dafb2a0e 100644 --- a/resources/views/partials/more-info.blade.php +++ b/resources/views/partials/more-info.blade.php @@ -1,3 +1,3 @@ - +