aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tools')
-rw-r--r--src/lib/Tools/Hayai.svelte8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/Tools/Hayai.svelte b/src/lib/Tools/Hayai.svelte
index 02fc0bea..f1eddb1c 100644
--- a/src/lib/Tools/Hayai.svelte
+++ b/src/lib/Tools/Hayai.svelte
@@ -80,7 +80,7 @@
</script>
<div class="card">
- {@html applyBionicReadingToString('Upload an EPUB, receive a "bionic" EPUB.')}
+ {@html applyBionicReadingToString('Upload an EPUB; receive a "bionic" EPUB.')}
<br />
@@ -92,5 +92,11 @@
<p />
+ {@html applyBionicReadingToString(
+ `After selecting an EPUB file, 早い will apply a bionic reading filter over any and all words, and return the newly created "bionic" EPUB file.`
+ )}
+
+ <p />
+
<input type="file" id="epub-file" accept=".epub" on:change={handleFileUpload} />
</div>