aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCashew <52880648+Scrub1492@users.noreply.github.com>2023-12-18 19:34:32 +0900
committerGitHub <noreply@github.com>2023-12-18 10:34:32 +0000
commiteb7bf9542c92ea7937d4b4a699ae2d47270da96b (patch)
treee129f31383b91987177b6b19ad242de35422e1c4 /ext
parentfef568b89db1517481f76b0acfcd6796da693d20 (diff)
Replace occurrences of よみちゃん with よみたん (#377)
Diffstat (limited to 'ext')
-rw-r--r--ext/settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/settings.html b/ext/settings.html
index 346cc1d7..323be708 100644
--- a/ext/settings.html
+++ b/ext/settings.html
@@ -2878,7 +2878,7 @@
A synthesized voice will speak the given text, using either the term text or the reading.
</p>
<div class="horizontal-flex margin-above">
- <input type="text" value="よみちゃん" id="text-to-speech-voice-test-text" autocomplete="off" lang="ja">
+ <input type="text" value="よみたん" id="text-to-speech-voice-test-text" autocomplete="off" lang="ja">
<button type="button" id="text-to-speech-voice-test">Test</button>
</div>
</div>