report missing sync configuration when clicking on Test sync

This commit is contained in:
azivner
2018-09-11 10:09:55 +02:00
parent 9b425025c9
commit 3af27845b5
2 changed files with 7 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ addTabHandler((function() {
infoService.showMessage(result.message);
}
else {
infoService.showError("Sync server handshake failed, error: " + result.error);
infoService.showError("Sync server handshake failed, error: " + result.message);
}
});