diff --git a/img/hr-flag-round-icon-32.png b/img/hr-flag-round-icon-32.png
new file mode 100644
index 00000000..2bc3381a
Binary files /dev/null and b/img/hr-flag-round-icon-32.png differ
diff --git a/img/in-flag-round-icon-32.png b/img/in-flag-round-icon-32.png
new file mode 100644
index 00000000..1961ed58
Binary files /dev/null and b/img/in-flag-round-icon-32.png differ
diff --git a/qortal-ui-core/src/components/language-selector.js b/qortal-ui-core/src/components/language-selector.js
index b6d7a294..8645e810 100644
--- a/qortal-ui-core/src/components/language-selector.js
+++ b/qortal-ui-core/src/components/language-selector.js
@@ -60,9 +60,11 @@ class LanguageSelector extends connect(store)(LitElement) {
+
+
+
-
diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js
index 9c5bc0af..cabb4eee 100644
--- a/qortal-ui-plugins/plugins/core/components/ChatPage.js
+++ b/qortal-ui-plugins/plugins/core/components/ChatPage.js
@@ -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;