diff --git a/resources/lang/en-US/admin/hardware/message.php b/resources/lang/en-US/admin/hardware/message.php index 32698b1c07..d06bf4a0e0 100644 --- a/resources/lang/en-US/admin/hardware/message.php +++ b/resources/lang/en-US/admin/hardware/message.php @@ -2,8 +2,7 @@ return [ - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', + 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', 'does_not_exist_var'=> 'Asset with tag :asset_tag not found.', 'no_tag' => 'No asset tag provided.', @@ -52,6 +51,7 @@ return [ ], 'import' => [ + 'import_button' => 'Process Import', 'error' => 'Some items did not import correctly.', 'errorDetail' => 'The following Items were not imported because of errors.', 'success' => 'Your file has been imported', diff --git a/resources/views/livewire/importer.blade.php b/resources/views/livewire/importer.blade.php index 620a0c0c00..ab4646041b 100644 --- a/resources/views/livewire/importer.blade.php +++ b/resources/views/livewire/importer.blade.php @@ -75,7 +75,7 @@ @endif -