From c7e22d92da18208fc89617feb1044aacca5835a2 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Thu, 1 Jun 2023 17:15:25 +0200 Subject: [PATCH] fix description of permission "view all notes" this is about author only notes, not admin only notes fixes https://lab.civicrm.org/dev/core/-/issues/4329 --- CRM/Core/Permission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Permission.php b/CRM/Core/Permission.php index 7d8a61c5d8..f22ec7e73e 100644 --- a/CRM/Core/Permission.php +++ b/CRM/Core/Permission.php @@ -782,7 +782,7 @@ class CRM_Core_Permission { 'view all notes' => [ $prefix . ts('view all notes'), - ts("View notes (for visible contacts) even if they're marked admin only"), + ts("View notes (for visible contacts) even if they're marked author only"), ], 'add contact notes' => [ $prefix . ts('add contact notes'), -- 2.25.1