Archived
2
0

connection.logged_out does not have 'you' anymore

This commit is contained in:
Miroslav Šedivý 2020-04-06 15:32:06 +02:00
parent 85f2f41176
commit 2fa5839b99

View File

@ -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,
}) })