File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments