From 7163a74d244256e9173dd812ca20d7b959a91d52 Mon Sep 17 00:00:00 2001
From: su-ex <codeworks@supercable.onl>
Date: Sat, 12 Jun 2021 22:30:00 +0200
Subject: [PATCH] Add some missing strings

---
 i18n-overlays/matrix-react-sdk/en_EN.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/i18n-overlays/matrix-react-sdk/en_EN.json b/i18n-overlays/matrix-react-sdk/en_EN.json
index 943ae0a..d3f665b 100644
--- a/i18n-overlays/matrix-react-sdk/en_EN.json
+++ b/i18n-overlays/matrix-react-sdk/en_EN.json
@@ -3,5 +3,7 @@
     "Show message bubbles on one side only": "Show message bubbles on one side only",
     "Show message bubbles depending on the width either on both sides or only on one side": "Show message bubbles depending on the width either on both sides or only on one side",
     "Message bubbles": "Message bubbles",
-    "Normal priority": "Normal priority"
+    "Normal priority": "Normal priority",
+    "Message layout": "Message layout",
+    "Modern": "Modern"
 }