Commit f25f1bb1 authored by Franco Fichtner's avatar Franco Fichtner

lang: merge German progress and fix a source typo

Taken from: https://translate.opnsense.org/
parent 4a618919
This diff is collapsed.
......@@ -136,7 +136,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
if (!empty($pconfig['updatefreq']) && !is_numericint($pconfig['updatefreq'])) {
$input_errors[] = gettext("Update Frequency should by a number");
$input_errors[] = gettext("Update Frequency should be a number");
}
/* check for name conflicts */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment