From 4d7ac1b828e6c260c4479ba4ad678715e76735e5 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 30 May 2017 21:46:07 +0200 Subject: [PATCH] Fix missing string in the room settings --- src/i18n/strings/en_EN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 051a84bd10..d8fa30b1bc 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -762,5 +762,6 @@ "Ongoing conference call%(supportedText)s. %(joinText)s": "Ongoing conference call%(supportedText)s. %(joinText)s", "Online": "Online", "Idle": "Idle", - "Offline": "Offline" + "Offline": "Offline", + "Disable URL previews for this room (affects only you)"; "Disable URL previews for this room (affects only you)" }