diff --git a/public/js/download.js b/public/js/download.js index d6eed3a..74fab76 100644 --- a/public/js/download.js +++ b/public/js/download.js @@ -144,7 +144,7 @@ const downloadComponent = () => { }); } else { if (!this.searchAvailable) { - alert('danger', 'Please make sure you are using a valid manga ID or manga URL from Mangadex. If you are trying to search MangaDex with a search term, please log in to MangaDex first by going to "Admin -> Connect to MangaDex"'); + alert('danger', 'Please make sure you are using a valid manga ID or manga URL from Mangadex. If you are trying to search MangaDex with a search term, please log in to MangaDex first by going to "Admin -> Connect to MangaDex".'); return; } diff --git a/src/views/mangadex.html.ecr b/src/views/mangadex.html.ecr index dc7a378..764c4f4 100644 --- a/src/views/mangadex.html.ecr +++ b/src/views/mangadex.html.ecr @@ -1,39 +1,39 @@
-

Connect to MangaDex

-
-
-

This step is optional but highly recommended if you are using the MangaDex downloader. Connecting to MangaDex allows you to:

-
    -
  • Search MangaDex by search terms in addition to manga IDs
  • -
  • Automatically download new chapters when they are available
  • -
-
- -
-

- You have logged in to MangaDex! - You have logged in to MangaDex but the token has expired. - The expiration date of your token is . - If the integration is not working, you - You - can log in again and the token will be updated. -

-
- -
-
-
-
-
-
-
-
-
+

Connect to MangaDex

+
+
+

This step is optional but highly recommended if you are using the MangaDex downloader. Connecting to MangaDex allows you to:

+
    +
  • Search MangaDex by search terms in addition to manga IDs
  • +
  • Automatically download new chapters when they are available (coming soon)
  • +
+ +
+

+ You have logged in to MangaDex! + You have logged in to MangaDex but the token has expired. + The expiration date of your token is . + If the integration is not working, you + You + can log in again and the token will be updated. +

+
+ +
+
+
+
+
+
+
+
+
+
<% content_for "script" do %> - <%= render_component "moment" %> - - + <%= render_component "moment" %> + + <% end %>