mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
i18n: Translate toast messages
This commit is contained in:
@@ -72,7 +72,7 @@ ws.subscribeToMessages(async message => {
|
||||
protectedSessionDeferred = null;
|
||||
}
|
||||
|
||||
toastService.showMessage("Protected session has been started.");
|
||||
toastService.showMessage(t("protected_session.started"));
|
||||
}
|
||||
else if (message.type === 'protectedSessionLogout') {
|
||||
utils.reloadFrontendApp(`Protected session logout`);
|
||||
|
||||
Reference in New Issue
Block a user