dashboard.html: update allow-anonymous subtext

This commit is contained in:
Adhityaa Chandrasekar 2019-01-23 18:38:14 -05:00
parent edd8aae7a7
commit c6a98d93e4

View File

@ -208,7 +208,7 @@
<input type="checkbox" class="switch" v-model="domains[cd].allowAnonymous" id="allow-anonymous">
<label for="allow-anonymous">Allow anonymous comments</label>
<div class="pitch">
Enabling this would require all commenters to authenticate themselves (using their Google account, for example). Disabling would allow anonymous comments.
Enabling this would allow your readers to comment anonymously. Disabling would require the to authenticate themselves (using their Google account, for example).
</div>
</div>