mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-06 12:52:44 +02:00
add empty_displayname to locale.
This commit is contained in:
parent
b808530f0c
commit
def879c586
7 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue