diff options
author | Mario <mario@mariovavti.com> | 2023-06-02 15:29:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-02 15:29:24 +0000 |
commit | 64d7585282ea42e771f06527abb3e65b03e4e9ad (patch) | |
tree | 5de2593cb9585f38eaacf8a681ed034909db6972 | |
parent | 0ee03a565f58f3e66d7b7f40163c188cc7d5496f (diff) | |
download | volse-hubzilla-64d7585282ea42e771f06527abb3e65b03e4e9ad.tar.gz volse-hubzilla-64d7585282ea42e771f06527abb3e65b03e4e9ad.tar.bz2 volse-hubzilla-64d7585282ea42e771f06527abb3e65b03e4e9ad.zip |
adjust text
-rw-r--r-- | Zotlabs/Module/Settings/Privacy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Privacy.php b/Zotlabs/Module/Settings/Privacy.php index 911c03aa5..d38d7d383 100644 --- a/Zotlabs/Module/Settings/Privacy.php +++ b/Zotlabs/Module/Settings/Privacy.php @@ -129,7 +129,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')]], - '$ocap_enabled' => ['ocap_enabled', t('Enable OCAP access'), $ocap_enabled, t('Allow limited posts access to linked private media'), [t('No'), t('Yes')]], + '$ocap_enabled' => ['ocap_enabled', t('Enable OCAP access'), $ocap_enabled, t('Grant access to linked private media in access limited posts'), [t('No'), t('Yes')]], ]); return $o; |