system: simplify a string construct for translation efforts

This commit is contained in:
Franco Fichtner 2023-09-19 19:57:43 +02:00
parent 484753b2ab
commit 35576deaaa
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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) {