aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Tokens.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-21 07:20:30 +0000
committerMario <mario@mariovavti.com>2022-01-21 07:20:30 +0000
commitc942bd67fe47cbb1e0f4513d888a2187f2234db5 (patch)
treefcdc2e5976423cd236eb477089b4602dc63a8845 /Zotlabs/Module/Tokens.php
parente9278c03c170f09da84df73326e864833d356fa5 (diff)
parentb8dc3d74b6cd04576c0bfde7bd85122ddf5d1a93 (diff)
downloadvolse-hubzilla-c942bd67fe47cbb1e0f4513d888a2187f2234db5.tar.gz
volse-hubzilla-c942bd67fe47cbb1e0f4513d888a2187f2234db5.tar.bz2
volse-hubzilla-c942bd67fe47cbb1e0f4513d888a2187f2234db5.zip
Merge branch 'dev' into 7.0RC
Diffstat (limited to 'Zotlabs/Module/Tokens.php')
-rw-r--r--Zotlabs/Module/Tokens.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Tokens.php b/Zotlabs/Module/Tokens.php
index 9de54f568..a41003f6b 100644
--- a/Zotlabs/Module/Tokens.php
+++ b/Zotlabs/Module/Tokens.php
@@ -258,7 +258,7 @@ class Tokens extends Controller {
}
}
- $desc = t('Use this form to create temporary access identifiers to share things with non-members. These identities may be used in Access Control Lists and visitors may login using these credentials to access private content.');
+ $desc = t('Use this form to create temporary access identifiers to share things with non-members. These identities may be used in privacy groups and visitors may login using these credentials to access private content.');
$pcat = new Permcat(local_channel());
$pcatlist = $pcat->listing();