Skip to content

Commit

Permalink
Merge pull request #335 from bondjimbond/7.x
Browse files Browse the repository at this point in the history
Fix incorrect path in Permissions helptext
  • Loading branch information
DonRichards authored Jan 24, 2024
2 parents e31c64a + 5628766 commit 02638ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function islandora_scholar_embargo_permission() {
),
ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_ANY => array(
'title' => t('Manage embargo on any objects'),
'description' => t("User can add or remove embargo on any object in repository. Note that XACML policies can override this setting; use the <a href='/admin/islandora/solution_pack_config/embargo/roles'>Islandora Scholar Embargo roles configuration page</a> to establish trusted roles to write to embargoed objects."),
'description' => t("User can add or remove embargo on any object in repository. Note that XACML policies can override this setting; use the <a href='/admin/islandora/tools/embargo/roles'>Islandora Scholar Embargo roles configuration page</a> to establish trusted roles to write to embargoed objects."),
),
);
}
Expand Down

0 comments on commit 02638ce

Please sign in to comment.