mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
language minor bugs
This commit is contained in:
parent
82ca6e13ca
commit
e53a42a231
@ -54,7 +54,7 @@ export class NekoClient extends BaseClient implements EventEmitter<NekoEvents> {
|
||||
this.disconnect()
|
||||
this.cleanup()
|
||||
this.$vue.$swal({
|
||||
title: this.$vue.$t('notifications.logged_out', { name: 'You' }),
|
||||
title: this.$vue.$t('notifications.logged_out', { name: this.$vue.$t('you') }),
|
||||
icon: 'info',
|
||||
confirmButtonText: this.$vue.$t('ok') as string,
|
||||
})
|
||||
@ -207,7 +207,7 @@ export class NekoClient extends BaseClient implements EventEmitter<NekoEvents> {
|
||||
|
||||
this.$accessor.chat.newMessage({
|
||||
id: member.id,
|
||||
content: this.$vue.$t('notifications.controls_released') as string,
|
||||
content: this.$vue.$t('notifications.controls_released', { name: '' }) as string,
|
||||
type: 'event',
|
||||
created: new Date(),
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user