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
1 changed files with 1 additions and 1 deletions

View File

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