mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02: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));
|
toastService.showPersistent(makeToast(message.taskId, "Export in progress: " + message.progressCount));
|
||||||
}
|
}
|
||||||
else if (message.type === 'task-succeeded') {
|
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;
|
toast.closeAfter = 5000;
|
||||||
|
|
||||||
toastService.showPersistent(toast);
|
toastService.showPersistent(toast);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user