wip
This commit is contained in:
parent
5a8cc7851b
commit
00f3a1e1ec
8 changed files with 35 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue