dashboard.html: rephrase requireIdentification text on-screen

This commit is contained in:
Adhityaa Chandrasekar 2019-01-22 23:55:18 -05:00
parent e0cf9a89f9
commit 61bc73e705

View File

@ -206,7 +206,7 @@
<div class="row no-border round-check">
<input type="checkbox" class="switch" v-model="domains[cd].requireIdentification" id="require-identification">
<label for="require-identification">Require identification</label>
<label for="require-identification">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.
</div>