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 @@