mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-17 15:45:43 +01:00
Improve "The … is disabled by …" message in Device info (#30107)
- remove the trailing period as it's shown in a box - sentence-case "user", "integration" and "config entry"
This commit is contained in:
@@ -6129,11 +6129,11 @@
|
||||
"update": "Update",
|
||||
"no_devices": "No devices",
|
||||
"enabled_label": "Enable {type}",
|
||||
"enabled_cause": "The {type} is disabled by {cause}.",
|
||||
"enabled_cause": "The {type} is disabled by {cause}",
|
||||
"disabled_by": {
|
||||
"user": "User",
|
||||
"integration": "Integration",
|
||||
"config_entry": "Config entry"
|
||||
"user": "user",
|
||||
"integration": "integration",
|
||||
"config_entry": "config entry"
|
||||
},
|
||||
"enabled_description": "Disabled devices and services will not be shown and entities belonging to them will be disabled, too.",
|
||||
"open_configuration_url": "Visit",
|
||||
|
||||
Reference in New Issue
Block a user