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
|
@ -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,
|
||||||
}) %>
|
}) %>
|
||||||
|
|
Loading…
Reference in New Issue