mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add empty_displayname to locale.
This commit is contained in:
@ -213,7 +213,7 @@
|
||||
if (this.displayname == '') {
|
||||
this.$swal({
|
||||
title: this.$t('connect.error') as string,
|
||||
text: 'Display Name cannot be empty.' as string, // TODO: Add to i18n.
|
||||
text: this.$t('connect.empty_displayname') as string,
|
||||
icon: 'error',
|
||||
})
|
||||
return
|
||||
|
Reference in New Issue
Block a user