mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
report missing sync configuration when clicking on Test sync
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user