summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager_addprivs.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-02 21:41:40 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-02 21:41:40 +0545
commit213129544f835b69547581a3f18cd04052326646 (patch)
treea33c3f066fa2dafae3c1a6b26fe32a59b65c5db9 /src/usr/local/www/system_groupmanager_addprivs.php
parent57188e4752b9606c54cd49f4d8f96ec0fc38f8f3 (diff)
downloadpfsense-213129544f835b69547581a3f18cd04052326646.zip
pfsense-213129544f835b69547581a3f18cd04052326646.tar.gz
Use admin rather than root in UI text
Diffstat (limited to 'src/usr/local/www/system_groupmanager_addprivs.php')
-rw-r--r--src/usr/local/www/system_groupmanager_addprivs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php
index 0947d97..07a69da 100644
--- a/src/usr/local/www/system_groupmanager_addprivs.php
+++ b/src/usr/local/www/system_groupmanager_addprivs.php
@@ -189,7 +189,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_StaticText(
gettext('Privilege information'),
'<span class="help-block">'.
- gettext('The following privileges effectively give root privilege to users in the group' .
+ gettext('The following privileges effectively give administrator-level privilege to users in the group' .
' because the user gains access to execute general commands, edit system files, ' .
' modify users, change passwords or similar:') .
'<br/>' .
@@ -245,7 +245,7 @@ events.push(function() {
$desc = preg_replace("/pfSense/i", $g['product_name'], $pdata['descr']);
if (isset($pdata['warn']) && ($pdata['warn'] == 'standard-warning-root')) {
- $desc .= ' ' . gettext('(This privilege effectively gives root privilege to users in the group)');
+ $desc .= ' ' . gettext('(This privilege effectively gives administrator-level privilege to users in the group)');
}
$desc = addslashes($desc);
$jdescs .= "descs[{$id}] = '{$desc}';\n";
OpenPOWER on IntegriCloud