forked from MarseyWorld/MarseyWorld
clarify the setting description
parent
11b7c15758
commit
854b9de703
|
@ -130,7 +130,7 @@
|
|||
<div class="settings-section rounded">
|
||||
{{common.toggle_section('Disable Signatures', 'sigs_disabled', 'sigs_disabled', v.sigs_disabled, 'Hide user signatures.', false)}}
|
||||
{% if FEATURES['NSFW_MARKING'] %}
|
||||
{{common.toggle_section('Disable +18 Warnings', 'over_18', 'over_18', v.over_18, "Disable the warnings that appear when viewing +18 content.", false)}}
|
||||
{{common.toggle_section('Disable +18 Warnings', 'over_18', 'over_18', v.over_18, "Disable the warning that appears when viewing +18 posts and stop collapsing +18 comments.", false)}}
|
||||
{% endif %}
|
||||
{% if SITE_NAME != 'rDrama' %}
|
||||
{{common.toggle_section('Hide Posts Voted On', 'hidevotedon', 'hidevotedon', v.hidevotedon, 'Enable if you would like to automatically hide posts you have voted on from your frontpage.', false)}}
|
||||
|
|
Loading…
Reference in New Issue