mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
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:
@ -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,
|
||||||
}) %>
|
}) %>
|
||||||
|
Reference in New Issue
Block a user