mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
dashboard: rephrase general settings
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user