diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2023-12-18 19:34:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 10:34:32 +0000 |
commit | eb7bf9542c92ea7937d4b4a699ae2d47270da96b (patch) | |
tree | e129f31383b91987177b6b19ad242de35422e1c4 /ext/settings.html | |
parent | fef568b89db1517481f76b0acfcd6796da693d20 (diff) |
Replace occurrences of よみちゃん with よみたん (#377)
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 2 |
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> |