1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Fix Shutdown grammar in Synology DSM strings (#166946)

This commit is contained in:
Paul Bottein
2026-03-31 15:32:07 +02:00
committed by GitHub
parent f95601a2e7
commit f15d9e5956

View File

@@ -78,7 +78,7 @@
},
"button": {
"shutdown": {
"name": "Shutdown"
"name": "Shut down"
}
},
"sensor": {
@@ -248,14 +248,14 @@
"name": "Reboot"
},
"shutdown": {
"description": "Shutdowns the NAS. This action is deprecated and will be removed in future release. Please use the corresponding button entity.",
"description": "Shuts down the NAS. This action is deprecated and will be removed in a future release. Please use the corresponding button entity.",
"fields": {
"serial": {
"description": "Serial of the NAS to shutdown; required when multiple NAS are configured.",
"description": "Serial of the NAS to shut down; required when multiple NAS are configured.",
"name": "[%key:component::synology_dsm::services::reboot::fields::serial::name%]"
}
},
"name": "Shutdown"
"name": "Shut down"
}
}
}