From 2fa5839b9982681eb4921cedcf735cb787710641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Mon, 6 Apr 2020 15:32:06 +0200 Subject: [PATCH] connection.logged_out does not have 'you' anymore --- client/src/neko/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/neko/index.ts b/client/src/neko/index.ts index 1db8fdd..880e793 100644 --- a/client/src/neko/index.ts +++ b/client/src/neko/index.ts @@ -54,7 +54,7 @@ export class NekoClient extends BaseClient implements EventEmitter { this.disconnect() this.cleanup() this.$vue.$swal({ - title: this.$vue.$t('connection.logged_out', { name: this.$vue.$t('you') }), + title: this.$vue.$t('connection.logged_out'), icon: 'info', confirmButtonText: this.$vue.$t('connection.button_confirm') as string, })