add empty_displayname to locale.

This commit is contained in:
Miroslav Šedivý 2021-08-31 18:03:47 +02:00
parent b808530f0c
commit def879c586
7 changed files with 12 additions and 1 deletions

View file

@ -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