mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixing gettext implementation
This commit is contained in:
parent
b7596b80fc
commit
39c0be7b5f
@ -242,7 +242,7 @@ if (isAllowedPage("system_usermanager")) {
|
||||
if (!empty($_POST['name'])) {
|
||||
$ca = lookup_ca($_POST['caref']);
|
||||
if (!$ca)
|
||||
$input_errors[] = sprintf("Invalid internal Certificate Authority%s", "\n");
|
||||
$input_errors[] = gettext("Invalid internal Certificate Authority") . "\n";
|
||||
}
|
||||
|
||||
/* if this is an AJAX caller then handle via JSON */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user