diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-26 10:51:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-26 10:51:00 +0900 |
| commit | 00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1 (patch) | |
| tree | 360b7b4607d7a6429d77f89d7b9c2c83374f51fa /src/client/init.ts | |
| parent | wip (diff) | |
| download | sharkey-00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1.tar.gz sharkey-00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1.tar.bz2 sharkey-00f3a1e1ec776168adfdf87fbfcc59e2034eb2b1.zip | |
wip
Diffstat (limited to 'src/client/init.ts')
| -rw-r--r-- | src/client/init.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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; |