Skip to content

Commit 5664bcd

Browse files
committed
Fix wording on user permissions option
Contributors inherit researchers' privileges, so though this only directly grants to researchers, both roles will get the privilege.
1 parent 851d6d3 commit 5664bcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config_form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
</div>
1212
<div class="field">
1313
<div class="two columns alpha">
14-
<label for="exhibit_builder_researcher_permissions"><?php echo __('Researcher Permissions'); ?></label>
14+
<label for="exhibit_builder_researcher_permissions"><?php echo __('Contributor/Researcher Permissions'); ?></label>
1515
</div>
1616
<div class="inputs five columns omega">
1717
<p class="explanation">
18-
<?php echo __('Allow Researcher users to view unpublished exhibits.'); ?>
18+
<?php echo __('Allow Contributor and Researcher users to view unpublished exhibits.'); ?>
1919
</p>
2020
<?php echo get_view()->formCheckbox('exhibit_builder_researcher_permissions', get_option('exhibit_builder_researcher_permissions'), null, array('checked' => 1)); ?>
2121
</div>

0 commit comments

Comments
 (0)