Add devtools string

This commit is contained in:
Will Hunt 2018-10-24 17:37:13 +01:00
parent 79d467c551
commit 06c34cff9c
2 changed files with 4 additions and 2 deletions

View file

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

View file

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