mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-16 12:37:46 +00:00
Add languages
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user