diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index d8f5bb887d..b638682b14 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -369,9 +369,9 @@ return [ 'notification_error' => 'Error:', 'notification_error_hint' => 'Please check the form below for errors', 'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:', - 'notification_success' => 'Success:', - 'notification_warning' => 'Warning:', - 'notification_info' => 'Info:', + 'notification_success' => 'Success', + 'notification_warning' => 'Warning', + 'notification_info' => 'Info', 'asset_information' => 'Asset Information', 'model_name' => 'Model Name', 'asset_name' => 'Asset Name', @@ -481,5 +481,8 @@ return [ 'address2' => 'Address Line 2', 'import_note' => 'Imported using csv importer', ], + 'percent_complete' => '% complete', + 'uploading' => 'Uploading... ', + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' ]; diff --git a/resources/views/livewire/importer.blade.php b/resources/views/livewire/importer.blade.php index 60f4502b22..3536d47f68 100644 --- a/resources/views/livewire/importer.blade.php +++ b/resources/views/livewire/importer.blade.php @@ -24,7 +24,7 @@