From 0a457979ec73e6cf15825076188ae44f2f81ecd6 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 6 Jan 2025 03:36:17 +0100 Subject: [PATCH] Fix spelling of "ID", slightly reword action description (#134817) This commit fixes the spelling of "ID" (uppercase for abbreviations) and slightly changes the action description to use third-person singular. The latter ensures proper (machine) translations, keeping a descriptive style. --- homeassistant/components/google_photos/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/google_photos/strings.json b/homeassistant/components/google_photos/strings.json index fa3f4669dac..aa4529ff5ea 100644 --- a/homeassistant/components/google_photos/strings.json +++ b/homeassistant/components/google_photos/strings.json @@ -66,11 +66,11 @@ "services": { "upload": { "name": "Upload media", - "description": "Upload images or videos to Google Photos.", + "description": "Uploads images or videos to Google Photos.", "fields": { "config_entry_id": { - "name": "Integration Id", - "description": "The Google Photos integration id." + "name": "Integration ID", + "description": "The Google Photos integration ID." }, "filename": { "name": "Filename",