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" }