dashboard: rephrase general settings

This commit is contained in:
Adhityaa 2018-06-05 14:01:29 +05:30
parent 44e6d2bc8e
commit 53dbbebd07

View File

@ -193,7 +193,7 @@
<input type="checkbox" class="switch" v-model="domains[cd].autoSpamFilter" id="spam-filtering"> <input type="checkbox" class="switch" v-model="domains[cd].autoSpamFilter" id="spam-filtering">
<label for="spam-filtering">Automatic spam filtering</label> <label for="spam-filtering">Automatic spam filtering</label>
<div class="pitch"> <div class="pitch">
Commento uses Akismet's advanced spam detection techniques to automatically identify and remove spam comments. We strongly recommended you leave enabled. Commento uses Akismet's advanced spam detection to automatically identify and remove spam comments. We strongly recommended you have this enabled.
</div> </div>
</div> </div>
@ -209,7 +209,7 @@
<input type="checkbox" class="switch" v-model="domains[cd].requireIdentification" id="require-identification"> <input type="checkbox" class="switch" v-model="domains[cd].requireIdentification" id="require-identification">
<label for="require-identification">Require identification</label> <label for="require-identification">Require identification</label>
<div class="pitch"> <div class="pitch">
Enabling this would require all commenters to authenticate themselves (using their Google account, for example). Disabling would optionally allow anonymous comments. Enabling this would require all commenters to authenticate themselves (using their Google account, for example). Disabling would allow anonymous comments.
</div> </div>
</div> </div>