diff options
author | Mario <mario@mariovavti.com> | 2023-06-02 15:59:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-06-02 15:59:26 +0000 |
commit | 87689df062f09adf104ff996b7bc942ba508a2b4 (patch) | |
tree | a4382a1045d656cd26b67efd1fb5a87c43ababc9 | |
parent | 1bfbd57ee41352bcbd630eb25fb625dbb87598b5 (diff) | |
download | volse-hubzilla-87689df062f09adf104ff996b7bc942ba508a2b4.tar.gz volse-hubzilla-87689df062f09adf104ff996b7bc942ba508a2b4.tar.bz2 volse-hubzilla-87689df062f09adf104ff996b7bc942ba508a2b4.zip |
even more 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 1d0840af4..24249a865 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('Grant limited posts access to linked private media'), [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')]], ]); return $o; |