diff options
author | Mario <mario@mariovavti.com> | 2022-01-20 14:27:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-20 14:27:28 +0000 |
commit | b55beed2f94ffacd6fff01de458677683836a64f (patch) | |
tree | b01fdf2d97f6ff6834048dc3b546f0f1aace5edd /Zotlabs/Module | |
parent | ae1fe83784f0fbe8a4ef71239631ae7a04b74e66 (diff) | |
download | volse-hubzilla-b55beed2f94ffacd6fff01de458677683836a64f.tar.gz volse-hubzilla-b55beed2f94ffacd6fff01de458677683836a64f.tar.bz2 volse-hubzilla-b55beed2f94ffacd6fff01de458677683836a64f.zip |
string update
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Tokens.php | 2 |
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(); |