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/popup.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/popup.html')
-rw-r--r-- | ext/popup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/popup.html b/ext/popup.html index 3dd651e9..02248b17 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Yomichan Search</title> + <title>Yomitan Search</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"> @@ -46,9 +46,9 @@ <div id="error-extension-unloaded" hidden> <div class="entry"> - <h1>Yomichan Updated!</h1> + <h1>Yomitan Updated!</h1> <p> - The Yomichan extension has been updated to a new version! In order to continue + The Yomitan extension has been updated to a new version! In order to continue viewing definitions on this page, you must reload this tab or restart your browser. </p> </div> |