diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-21 06:21:36 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-21 06:21:36 -0600 |
commit | 9447e68403e9d165e0698e48a04d6b4bf05686c0 (patch) | |
tree | 75af6583104f13d9929466fb2bbb772fcfa5a62a /ext/popup.html | |
parent | 84928117c27f23740c3feaff4f53d9159f38cce8 (diff) | |
parent | 4335ba5b1d3c1944cab6df0c80b6d827b8920ec5 (diff) |
merged with master
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> |