From 213129544f835b69547581a3f18cd04052326646 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 2 Jan 2017 21:41:40 +0545 Subject: Use admin rather than root in UI text --- src/usr/local/www/system_usermanager_addprivs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/system_usermanager_addprivs.php') diff --git a/src/usr/local/www/system_usermanager_addprivs.php b/src/usr/local/www/system_usermanager_addprivs.php index d5751e9..b459cfb 100644 --- a/src/usr/local/www/system_usermanager_addprivs.php +++ b/src/usr/local/www/system_usermanager_addprivs.php @@ -179,7 +179,7 @@ $section->addInput(new Form_Input( $section->addInput(new Form_StaticText( gettext('Privilege information'), ''. - gettext('The following privileges effectively give the user root privilege ' . + gettext('The following privileges effectively give the user administrator-level privilege ' . ' because the user gains access to execute general commands, edit system files, ' . ' modify users, change passwords or similar:') . '
' . @@ -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 the user)'); + $desc .= ' ' . gettext('(This privilege effectively gives administrator-level privilege to the user)'); } $desc = addslashes($desc); $jdescs .= "descs[{$id}] = '{$desc}';\n"; -- cgit v1.1