mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Typo in export.js (#1682)
This commit is contained in:
parent
dcf1c62ec1
commit
f62b4a581e
@ -129,7 +129,7 @@ ws.subscribeToMessages(async message => {
|
||||
toastService.showPersistent(makeToast(message.taskId, "Export in progress: " + message.progressCount));
|
||||
}
|
||||
else if (message.type === 'task-succeeded') {
|
||||
const toast = makeToast(message.taskId, "Import finished successfully.");
|
||||
const toast = makeToast(message.taskId, "Export finished successfully.");
|
||||
toast.closeAfter = 5000;
|
||||
|
||||
toastService.showPersistent(toast);
|
||||
|
Loading…
x
Reference in New Issue
Block a user