1
0
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:
Norbert Rittel
2026-03-12 08:09:14 +01:00
committed by GitHub
parent bbe81ca8f1
commit 7465c9874c

View File

@@ -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",