mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
connection.logged_out does not have 'you' anymore
This commit is contained in:
parent
85f2f41176
commit
2fa5839b99
@ -54,7 +54,7 @@ export class NekoClient extends BaseClient implements EventEmitter<NekoEvents> {
|
|||||||
this.disconnect()
|
this.disconnect()
|
||||||
this.cleanup()
|
this.cleanup()
|
||||||
this.$vue.$swal({
|
this.$vue.$swal({
|
||||||
title: this.$vue.$t('connection.logged_out', { name: this.$vue.$t('you') }),
|
title: this.$vue.$t('connection.logged_out'),
|
||||||
icon: 'info',
|
icon: 'info',
|
||||||
confirmButtonText: this.$vue.$t('connection.button_confirm') as string,
|
confirmButtonText: this.$vue.$t('connection.button_confirm') as string,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user