diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-16 16:55:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 16:55:40 -0500 |
commit | d89f23261cd619a406d4d50006871b10f1e653c6 (patch) | |
tree | ecd698c70a97383c07ebc2d90d60a1882b89f9ed /ext/bg/settings.html | |
parent | bd89c92c37f4d73f3ce31ee561fdc2b88dd118d5 (diff) |
Update default settings page (#1254)
* Update settings v2 to be the default for existing users
* Update information on the old settings page
* Update information on the new settings page
* Update tests
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index d206d697..e413c5ff 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1" /> - <title>Yomichan Options</title> + <title>Yomichan Options (Old)</title> <link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> @@ -21,10 +21,11 @@ <h1>Yomichan Options</h1> </div> - <div class="alert alert-info"> - <a style="text-decoration: underline;" href="/bg/settings2.html"> - An updated version of the settings page is available for testing and feedback. - </a> + <div class="alert alert-warning"> + This is the old version of the settings page, which is currently deprecated and does not include all options. + Please use <a href="/bg/settings2.html">the new settings page</a>, + and if you have any feedback, feel free to share + <a href="https://github.com/FooSoft/yomichan/issues/1000" target="_blank" rel="noopener noreferrer">on Github</a>. </div> <div class="profile-form ignore-form-changes"> |