aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-06-28 12:05:55 +0000
committerMario <mario@mariovavti.com>2023-06-28 12:05:55 +0000
commit8f7383f5c24bf1bdb4967ec11764554dd881050a (patch)
tree116981407fc65095ac360fb6984f68e4feb261fd
parent750641ef196d9e113b0e80da9734f70400b55652 (diff)
downloadvolse-hubzilla-8f7383f5c24bf1bdb4967ec11764554dd881050a.tar.gz
volse-hubzilla-8f7383f5c24bf1bdb4967ec11764554dd881050a.tar.bz2
volse-hubzilla-8f7383f5c24bf1bdb4967ec11764554dd881050a.zip
text
-rw-r--r--Zotlabs/Module/Settings/Privacy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Privacy.php b/Zotlabs/Module/Settings/Privacy.php
index 588ece1f1..316b1306e 100644
--- a/Zotlabs/Module/Settings/Privacy.php
+++ b/Zotlabs/Module/Settings/Privacy.php
@@ -133,7 +133,7 @@ class Privacy {
'$index_opt_out' => ['index_opt_out', t('Opt-out of search engine indexing'), $index_opt_out, '', [t('No'), t('Yes')]],
'$group_actor' => ['group_actor', t('Group actor'), $group_actor, t('Allow this channel to act as a forum'), [t('No'), t('Yes')]],
'$permit_all_mentions' => ['permit_all_mentions', t('Accept all messages which mention you'), $permit_all_mentions, t('This setting bypasses normal permissions'), [t('No'), t('Yes')]],
- '$moderate_unsolicited_comments' => ['moderate_unsolicited_comments', t('Moderate unsolicited comments'), $moderate_unsolicited_comments, t('Otherwise they will be silently dropped'), [t('No'), t('Yes')]],
+ '$moderate_unsolicited_comments' => ['moderate_unsolicited_comments', t('Accept unsolicited comments for moderation'), $moderate_unsolicited_comments, t('Otherwise they will be silently dropped'), [t('No'), t('Yes')]],
'$ocap_enabled' => ['ocap_enabled', t('Enable OCAP access'), $ocap_enabled, t('Grant limited posts the right to access linked private media'), [t('No'), t('Yes')]],
]);