From a2e610325775bb4ce720227be0f314953ccb5da0 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 22 Jul 2014 09:41:55 -0500 Subject: [PATCH] i18n: Clarify string for group access management --- include/staff/group.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/group.inc.php b/include/staff/group.inc.php index f77026a5a..27546e764 100644 --- a/include/staff/group.inc.php +++ b/include/staff/group.inc.php @@ -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> -- GitLab