From 5b55a4a2f1d3e5c19b9522a8f61b4bfb15c51051 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Wed, 22 May 2024 11:14:37 +0000 Subject: [PATCH 1/2] Z-Wave JS: Title-Case "S2 Access Control" --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 50db6feda5e7..25535c26140e 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4873,7 +4873,7 @@ "description": "Example: Lighting, Sensors and Security Systems" }, "S2_AccessControl": { - "title": "S2 access control", + "title": "S2 Access Control", "description": "Example: Door locks and garage doors" }, "S0_Legacy": { From 95988ce2a609f44e8336b8ec84f0519c49e6ec42 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Fri, 24 May 2024 15:13:31 +0200 Subject: [PATCH 2/2] Apply sentence case to example description --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 25535c26140e..e72e69fb219f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4870,7 +4870,7 @@ }, "S2_Authenticated": { "title": "S2 Authenticated", - "description": "Example: Lighting, Sensors and Security Systems" + "description": "Example: Lighting, sensors and security systems" }, "S2_AccessControl": { "title": "S2 Access Control",