mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
system: "communication failure" is confusing
This commit is contained in:
parent
8ca654f89c
commit
c05a567500
@ -290,7 +290,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
}
|
||||
|
||||
if (count($filesInBackup) == 0) {
|
||||
$input_errors[] = gettext("communication failure");
|
||||
$input_errors[] = gettext('Saved settings, but remote backup failed.');
|
||||
} else {
|
||||
$input_messages = gettext("Backup successful, current file list:") . "<br>";
|
||||
foreach ($filesInBackup as $filename) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user