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:
parent
293b28117b
commit
3149c43b7e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
<li>
|
||||
<%= ctx.makeCheckbox({
|
||||
text: 'Endless scroll',
|
||||
text: 'Enable endless scroll',
|
||||
name: 'endless-scroll',
|
||||
checked: ctx.browsingSettings.endlessScroll,
|
||||
}) %>
|
||||
|
|
Loading…
Reference in a new issue