client/settings: change checkbox label

Makes it consistent with others checkboxes, each one of which uses a
verb in its label
This commit is contained in:
rr- 2016-09-10 11:12:28 +02:00
parent 293b28117b
commit 3149c43b7e

View file

@ -32,7 +32,7 @@
<li>
<%= ctx.makeCheckbox({
text: 'Endless scroll',
text: 'Enable endless scroll',
name: 'endless-scroll',
checked: ctx.browsingSettings.endlessScroll,
}) %>