From 06c34cff9c2e7dddca4b69f2826dfbd3b218a3d7 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 24 Oct 2018 17:37:13 +0100 Subject: [PATCH] Add devtools string --- src/i18n/strings/en_EN.json | 3 ++- src/i18n/strings/en_US.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 2885eb68a7..cbb688f448 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1268,5 +1268,6 @@ "Import": "Import", "Failed to set direct chat tag": "Failed to set direct chat tag", "Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room", - "Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room" + "Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room", + "Open Devtools": "Open Devtools", } diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index d8733ab05a..9146fdf586 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -838,5 +838,6 @@ "Your homeserver's URL": "Your homeserver's URL", "Your identity server's URL": "Your identity server's URL", "e.g. %(exampleValue)s": "e.g. %(exampleValue)s", - "Every page you use in the app": "Every page you use in the app" + "Every page you use in the app": "Every page you use in the app", + "Open Devtools": "Open Devtools" }