diff options
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/system_usermanager_settings_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_settings_test.php b/usr/local/www/system_usermanager_settings_test.php index 4a437b7..a91a661 100755 --- a/usr/local/www/system_usermanager_settings_test.php +++ b/usr/local/www/system_usermanager_settings_test.php @@ -75,7 +75,7 @@ $authcfg = auth_get_authserver($authserver); if (!$authcfg) { printf(gettext("Could not find settings for %s%s"), $authserver, "<p/>"); } else { - echo gettext("Testing pfSense LDAP settings... One moment please...") . "<p/>"; + echo sprintf(gettext("Testing %s LDAP settings... One moment please..."), $g['product_name']) . "<p/>"; echo "<table width='100%'>"; |