Skip to content
Snippets Groups Projects
Commit a2e61032 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Clarify string for group access management

parent 20bce1f3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
<input type="hidden" name="do" value="<?php echo $action; ?>">
<input type="hidden" name="a" value="<?php echo Format::htmlchars($_REQUEST['a']); ?>">
<input type="hidden" name="id" value="<?php echo $info['id']; ?>">
<h2><?php echo __('User Group');?></h2>
<h2><?php echo __('Group Access and Permissions');?></h2>
<table class="form_table" width="940" border="0" cellspacing="0" cellpadding="2">
<thead>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment