summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_usermanager_addcert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_addcert.php b/usr/local/www/system_usermanager_addcert.php
index 08df890..d48e4ad 100644
--- a/usr/local/www/system_usermanager_addcert.php
+++ b/usr/local/www/system_usermanager_addcert.php
@@ -98,7 +98,7 @@ if ($_POST) {
$ca = lookup_ca($pconfig['caref']);
if (!$ca)
- $input_errors[] = gettext("Invalid internal Certificate Authority") . "\n";
+ $input_errors[] = sprintf(gettext("Invalid internal Certificate Authority%s"),"\n");
/* if this is an AJAX caller then handle via JSON */
if (isAjax() && is_array($input_errors)) {
OpenPOWER on IntegriCloud