From 3d159d16b27e41dbc53d4267ba0527ae90e11dc8 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 23 Jun 2021 09:57:18 +0800 Subject: [PATCH] feat(webui): remove early feature warning in book import screen --- komga-webui/src/locales/en.json | 3 +-- komga-webui/src/views/BookImport.vue | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/komga-webui/src/locales/en.json b/komga-webui/src/locales/en.json index d2b2766ab..d51989cb0 100644 --- a/komga-webui/src/locales/en.json +++ b/komga-webui/src/locales/en.json @@ -57,8 +57,7 @@ "number": "Number", "series": "Series" }, - "title": "Import", - "warning_early_feature": "Book Import is still an early feature, and must be used with caution. Make sure your source and destination files are backed up before using the Import feature." + "title": "Import" }, "bookreader": { "beginning_of_book": "You're at the beginning of the book.", diff --git a/komga-webui/src/views/BookImport.vue b/komga-webui/src/views/BookImport.vue index 5e0cf7cd9..132a5a920 100644 --- a/komga-webui/src/views/BookImport.vue +++ b/komga-webui/src/views/BookImport.vue @@ -1,7 +1,5 @@