Skip to content

Commit b3bdc98

Browse files
committed
A warning text fix
1 parent 2b807b4 commit b3bdc98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/diag/RADIUSTestsUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function __construct($token)
8888
\core\common\Entity::L_OK => _("All tests passed."),
8989
\core\common\Entity::L_WARN => _("There were some warnings."),
9090
\core\common\Entity::L_ERROR => _("There were some errors."),
91-
\core\common\Entity::L_CONF_ERROR => _("There were configuration some errors."),
91+
\core\common\Entity::L_CONF_ERROR => _("There were some configuration errors."),
9292
\core\common\Entity::L_REMARK => _("There were some remarks.")
9393
];
9494
$this->stateIcons = [

web/diag/action_realmcheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
global_info[L_UNKNOWN] = "<?php echo _("No RADIUS exchange possible."); ?>"
140140
global_info[L_WARN] = "<?php echo _("There were some warnings."); ?>";
141141
global_info[L_ERROR] = "<?php echo _("There were some errors."); ?>";
142-
global_info[L_CONF_ERROR] = "<?php echo _("There were configuration some errors."); ?>";
142+
global_info[L_CONF_ERROR] = "<?php echo _("There were some configuration errors."); ?>";
143143
global_info[L_REMARK] = "<?php echo _("There were some remarks."); ?>";
144144
var servercert = new Array();
145145
var arefailed = 0;

0 commit comments

Comments
 (0)