Add missing key for app configuration in sidebar (#3146)

* Add missing key for app configuration in sidebar

* avoid lokalise round trip
This commit is contained in:
Robbie Trencheny 2019-05-01 22:49:33 -07:00 committed by Paulus Schoutsen
parent 652cd10483
commit 5b12ca94e9
2 changed files with 4 additions and 2 deletions

View File

@ -549,6 +549,7 @@
},
"sidebar": {
"developer_tools": "Developer tools",
"external_app_configuration": "App Configuration",
"log_out": "Log out"
},
"panel": {

View File

@ -925,7 +925,8 @@
},
"sidebar": {
"log_out": "Log out",
"developer_tools": "Developer tools"
"developer_tools": "Developer tools",
"external_app_configuration": "App Configuration"
},
"common": {
"loading": "Loading",