mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix sentence-casing in two strings of group
(#143500)
Make them consistent with the rest of the integration.
This commit is contained in:
parent
2ca5f05555
commit
d86d7b8843
@ -3,7 +3,7 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Create Group",
|
||||
"title": "Create group",
|
||||
"description": "Groups allow you to create a new entity that represents multiple entities of the same type.",
|
||||
"menu_options": {
|
||||
"binary_sensor": "Binary sensor group",
|
||||
@ -104,7 +104,7 @@
|
||||
"round_digits": "Round value to number of decimals",
|
||||
"device_class": "Device class",
|
||||
"state_class": "State class",
|
||||
"unit_of_measurement": "Unit of Measurement"
|
||||
"unit_of_measurement": "Unit of measurement"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user