From 506021dbe3e13f3b4c72250286d29f68837dab68 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 6 Apr 2023 09:03:41 -0700 Subject: [PATCH] Remove iCheck calls, fixed some bootstrap HTML Signed-off-by: snipe --- resources/lang/en/general.php | 1 + resources/views/livewire/importer.blade.php | 85 +++++++++++---------- 2 files changed, 44 insertions(+), 42 deletions(-) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index aa2e85c2fe..cb51b28a42 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -438,4 +438,5 @@ return [ 'setup_successful_migrations' => 'Your database tables have been created', 'setup_migration_output' => 'Migration output:', 'setup_migration_create_user' => 'Next: Create User', + 'importer_generic_error' => 'Your file import is complete, but we did receive an error. This is usually caused by third-party API throttling from a notification webhook (such as Slack) and would not have interfered with the import itself, but you should confirm this.', ]; diff --git a/resources/views/livewire/importer.blade.php b/resources/views/livewire/importer.blade.php index d711c96d6c..9fb7b4b84c 100644 --- a/resources/views/livewire/importer.blade.php +++ b/resources/views/livewire/importer.blade.php @@ -138,11 +138,9 @@ -
+
-
- -
-
-