From f15d9e59565eb80745e2def6fcd0a8c70482a8bb Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 31 Mar 2026 15:32:07 +0200 Subject: [PATCH] Fix Shutdown grammar in Synology DSM strings (#166946) --- homeassistant/components/synology_dsm/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/synology_dsm/strings.json b/homeassistant/components/synology_dsm/strings.json index f31e7934420..1ccd549be79 100644 --- a/homeassistant/components/synology_dsm/strings.json +++ b/homeassistant/components/synology_dsm/strings.json @@ -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" } } }