mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
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:
parent
652cd10483
commit
5b12ca94e9
@ -549,6 +549,7 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"developer_tools": "Developer tools",
|
||||
"external_app_configuration": "App Configuration",
|
||||
"log_out": "Log out"
|
||||
},
|
||||
"panel": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user