diff options
author | Mario <mario@mariovavti.com> | 2025-07-13 19:39:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-07-13 19:39:21 +0000 |
commit | 35be83c5f6e3dd5da36a8a3fb46f8777583c6ae9 (patch) | |
tree | 78427f14d106dff589594d88b2d6654cec0bcf22 /include/acl_selectors.php | |
parent | 7b5a638e008f74ea66101792c09741c5a9ceb1ea (diff) | |
parent | 76eed3c06c993ded0bfe32170353110667eb1406 (diff) | |
download | volse-hubzilla-35be83c5f6e3dd5da36a8a3fb46f8777583c6ae9.tar.gz volse-hubzilla-35be83c5f6e3dd5da36a8a3fb46f8777583c6ae9.tar.bz2 volse-hubzilla-35be83c5f6e3dd5da36a8a3fb46f8777583c6ae9.zip |
Merge branch 'fix-permission-context-help' into 'dev'
Fix context help link for permissions
See merge request hubzilla/core!2212
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index f0e0140dc..139a913b2 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -181,7 +181,7 @@ function get_post_aclDialogDescription() { $description = t('Post permissions %s cannot be changed %s after a post is shared.</br />These permissions set who is allowed to view the post.'); // Lets keep the emphasis styling seperate from the translation. It may change. - $emphasisOpen = '<b><a href="' . z_root() . '/help/acl_dialog_post" target="hubzilla-help">'; + $emphasisOpen = '<b><a href="' . z_root() . '/help/member/permissions" target="hubzilla-help">'; $emphasisClose = '</a></b>'; return sprintf($description, $emphasisOpen, $emphasisClose); |