summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-11-21 13:10:09 -0600
committerOmar Roth <omarroth@hotmail.com>2018-11-21 13:10:09 -0600
commita15463cf377d55ee14269acd64db8fd2b242289a (patch)
tree83560eaaf5320160db7e702d50858ed0b4c16997 /src
parent2ce038fb7aa0b089a16fc5dc430d7ac4ea2f63b1 (diff)
downloadinvidious-a15463cf377d55ee14269acd64db8fd2b242289a.tar.gz
invidious-a15463cf377d55ee14269acd64db8fd2b242289a.tar.bz2
invidious-a15463cf377d55ee14269acd64db8fd2b242289a.zip
Clarify options in preferences
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/preferences.ecr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious/views/preferences.ecr b/src/invidious/views/preferences.ecr
index f34c40aa..cad858c7 100644
--- a/src/invidious/views/preferences.ecr
+++ b/src/invidious/views/preferences.ecr
@@ -24,7 +24,7 @@ function update_value(element) {
</div>
<div class="pure-control-group">
- <label for="continue">Automatically play next video: </label>
+ <label for="continue">Autoplay next video: </label>
<input name="continue" id="continue" type="checkbox" <% if user.preferences.continue %>checked<% end %>>
</div>
@@ -143,7 +143,7 @@ function update_value(element) {
</div>
<div class="pure-control-group">
- <label for="unseen_only">Only show unseen: </label>
+ <label for="unseen_only">Only show unwatched: </label>
<input name="unseen_only" id="unseen_only" type="checkbox" <% if user.preferences.unseen_only %>checked<% end %>>
</div>