From ffe3d7c25585fb147a4440acb32a3aeaf411af69 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 15 Aug 2023 16:44:24 +0100 Subject: [PATCH] Replace "percents" -> "percentage" in flux_led option flow (#98059) --- homeassistant/components/flux_led/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/flux_led/strings.json b/homeassistant/components/flux_led/strings.json index d1d812cb210..aa56708c645 100644 --- a/homeassistant/components/flux_led/strings.json +++ b/homeassistant/components/flux_led/strings.json @@ -27,7 +27,7 @@ "data": { "mode": "The chosen brightness mode.", "custom_effect_colors": "Custom Effect: List of 1 to 16 [R,G,B] colors. Example: [255,0,255],[60,128,0]", - "custom_effect_speed_pct": "Custom Effect: Speed in percents for the effect that switch colors.", + "custom_effect_speed_pct": "Custom Effect: Speed in percentage for the effects that switch colors.", "custom_effect_transition": "Custom Effect: Type of transition between the colors." } }