summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-12 19:54:44 -0500
committerGitHub <noreply@github.com>2021-02-12 19:54:44 -0500
commit37f916171812afe22f1b435d9e06b52af5d8292a (patch)
treea3e9d06ab33765e8fa6c900408e4e500b9a13ac5
parent1c5e3e6d397f22de99494e147cc53b106e1d16b4 (diff)
Update the warning on the old settings page (#1370)
-rw-r--r--ext/bg/settings.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 8bbcdb5a..179a2565 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -21,10 +21,10 @@
<h1>Yomichan Options</h1>
</div>
- <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
+ <div class="alert alert-danger">
+ This is the old version of the settings page, it will be removed in the next version.
+ Please use <a href="/bg/settings2.html">the new settings page</a>
+ and feel free to share any feedback
<a href="https://github.com/FooSoft/yomichan/issues/1000" target="_blank" rel="noopener noreferrer">on Github</a>.
</div>