diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-21 21:09:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 21:09:02 +0900 |
commit | 4335ba5b1d3c1944cab6df0c80b6d827b8920ec5 (patch) | |
tree | e080c1a606e6817df614587296bcc35fae4358f2 /ext/issues.html | |
parent | defd3b6c5332f1f1bc294f06da7a03db4c5688c1 (diff) | |
parent | b3cb47a700c6f1a253a4b56079d182859f54d6f5 (diff) |
Merge pull request #98 from Aquafina-water-bottle/rename_other_ext_htmls
Renamed most instances of Yomichan -> Yomitan under ext/*.html
Diffstat (limited to 'ext/issues.html')
-rw-r--r-- | ext/issues.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/issues.html b/ext/issues.html index a436222e..e11b0b7c 100644 --- a/ext/issues.html +++ b/ext/issues.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Yomichan Issues</title> + <title>Yomitan Issues</title> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32"> @@ -23,15 +23,15 @@ <span tabindex="-1" id="content-scroll-focus"></span> - <h1>Yomichan Issues</h1> + <h1>Yomitan Issues</h1> <h2 id="audio-download-failed-permissions-error">Audio download failed due to possible extension permissions error <em>(Chrome)</em></h2> <div class="settings-group"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <p> - Depending on the extension's configuration, Yomichan can sometimes run into issues with + Depending on the extension's configuration, Yomitan can sometimes run into issues with downloading audio files while creating Anki cards. - This may be due to a permissions issue where Yomichan hasn't been granted access to + This may be due to a permissions issue where Yomitan hasn't been granted access to the sites hosting the audio files. </p> <p> @@ -48,11 +48,11 @@ <p> If a website failes to keep its HTTPS certificate up to date, downloads can fail because the browser flags the connection as insecure. - This has happened occasionally for some websites that Yomichan interacts with, + This has happened occasionally for some websites that Yomitan interacts with, and the issue is usually resolved within a day. </p> <p> - This issue is a server-side issue that Yomichan doesn't have control over. + This issue is a server-side issue that Yomitan doesn't have control over. </p> </div></div></div></div> </div> |