Add languages

This commit is contained in:
AlphaX-Projects
2022-04-17 10:41:11 +02:00
parent 86c111b48e
commit 95a2f0037e
4 changed files with 4 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ class ChatPage extends LitElement {
this.chatId.includes('direct') === true ? this.isReceipient = true : this.isReceipient = false;
this._chatId = this.chatId.split('/')[1];
let mstring = get("chatpage.cchange8")
const mstring = get("chatpage.cchange8")
const placeholder = this.isReceipient === true ? `Message ${this._chatId}` : `${mstring}`;
this.chatEditorPlaceholder = placeholder;