From 55d821934d3f3cbf7d5c8c1f1f558ac7ac3bda19 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 6 Jan 2025 15:26:45 +0100 Subject: [PATCH 1/2] Use uppercase for "ID" and sentence-case for "name" / "icon" --- homeassistant/components/androidtv_remote/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/androidtv_remote/strings.json b/homeassistant/components/androidtv_remote/strings.json index 33970171d4018b..840d6efbe8b97e 100644 --- a/homeassistant/components/androidtv_remote/strings.json +++ b/homeassistant/components/androidtv_remote/strings.json @@ -45,11 +45,11 @@ }, "apps": { "title": "Configure Android Apps", - "description": "Configure application id {app_id}", + "description": "Configure application ID {app_id}", "data": { - "app_name": "Application Name", + "app_name": "Application name", "app_id": "Application ID", - "app_icon": "Application Icon", + "app_icon": "Application icon", "app_delete": "Check to delete this application" } } From ae9eec2ec313e9c5fc764bfbf6e138dbd4c94e39 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 6 Jan 2025 15:32:21 +0100 Subject: [PATCH 2/2] Added fix for "Apps" -> "apps" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed that one … --- homeassistant/components/androidtv_remote/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/androidtv_remote/strings.json b/homeassistant/components/androidtv_remote/strings.json index 840d6efbe8b97e..e41cbcf9a762a0 100644 --- a/homeassistant/components/androidtv_remote/strings.json +++ b/homeassistant/components/androidtv_remote/strings.json @@ -44,7 +44,7 @@ } }, "apps": { - "title": "Configure Android Apps", + "title": "Configure Android apps", "description": "Configure application ID {app_id}", "data": { "app_name": "Application name",