From 00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 26 Dec 2020 10:51:00 +0900 Subject: wip --- src/client/init.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/init.ts') diff --git a/src/client/init.ts b/src/client/init.ts index c5f147ca66..5d9828af07 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -227,8 +227,8 @@ stream.on('_disconnected_', async () => { reloadDialogShowing = true; const { canceled } = await dialog({ type: 'warning', - title: i18n.global.t('disconnectedFromServer'), - text: i18n.global.t('reloadConfirm'), + title: i18n.locale.disconnectedFromServer, + text: i18n.locale.reloadConfirm, showCancelButton: true }); reloadDialogShowing = false; -- cgit v1.2.3-freya