mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Use uppercase for "ID" and sentence-case for "name" / "icon" (#134890)
This commit is contained in:
parent
54263f1325
commit
0787257cc0
@ -44,12 +44,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"title": "Configure Android Apps",
|
"title": "Configure Android apps",
|
||||||
"description": "Configure application id {app_id}",
|
"description": "Configure application ID {app_id}",
|
||||||
"data": {
|
"data": {
|
||||||
"app_name": "Application Name",
|
"app_name": "Application name",
|
||||||
"app_id": "Application ID",
|
"app_id": "Application ID",
|
||||||
"app_icon": "Application Icon",
|
"app_icon": "Application icon",
|
||||||
"app_delete": "Check to delete this application"
|
"app_delete": "Check to delete this application"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user