i18n: Translate toast messages

This commit is contained in:
Elian Doran
2024-10-20 02:06:08 +03:00
parent 93efce4023
commit 28f6712a4f
11 changed files with 71 additions and 25 deletions

View File

@@ -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`);