From 274037e65230d0ac583ed76cc614ccd8738a27e7 Mon Sep 17 00:00:00 2001 From: schelv <13403863+schelv@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:48:36 +0200 Subject: [PATCH] remove the label values --- src/components/ha-base-time-input.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ha-base-time-input.ts b/src/components/ha-base-time-input.ts index 7c9e75035229..71870d27490d 100644 --- a/src/components/ha-base-time-input.ts +++ b/src/components/ha-base-time-input.ts @@ -79,27 +79,27 @@ export class HaBaseTimeInput extends LitElement { /** * Label for the day input */ - @property() dayLabel = "Day"; + @property() dayLabel = ""; /** * Label for the hour input */ - @property() hourLabel = "Hour"; + @property() hourLabel = ""; /** * Label for the min input */ - @property() minLabel = "Minute"; + @property() minLabel = ""; /** * Label for the sec input */ - @property() secLabel = "Second"; + @property() secLabel = ""; /** * Label for the milli sec input */ - @property() millisecLabel = "Milisecond"; + @property() millisecLabel = ""; /** * show the sec field