mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make use of product_name
This commit is contained in:
parent
6e895d5f7f
commit
9af5f4591d
@ -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%'>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user