mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: simplify a string construct for translation efforts
This commit is contained in:
parent
484753b2ab
commit
35576deaaa
@ -558,7 +558,7 @@ class Gateways
|
||||
}
|
||||
}
|
||||
}
|
||||
// exit when tier has (a) usable gateway(s)
|
||||
// exit when tier has usable gateways
|
||||
if (!empty($result[(string)$gw_group->name])) {
|
||||
break;
|
||||
}
|
||||
|
||||
@ -108,7 +108,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$input_errors[] = gettext("Invalid pool option specified");
|
||||
}
|
||||
if (count($pconfig['item']) == 0) {
|
||||
$input_errors[] = gettext("No gateway(s) have been selected to be used in this group");
|
||||
$input_errors[] = gettext('No gateway has been selected to be used in this group.');
|
||||
}
|
||||
|
||||
if (count($input_errors) == 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user