From ba5f176d523a5319f6d47acbc921489ba20d166a Mon Sep 17 00:00:00 2001
From: Reuben <4957964+reubn@users.noreply.github.com>
Date: Thu, 12 Sep 2024 17:51:15 +0100
Subject: [PATCH] Capitalise ha-relative-time in state-display (#21949)
This matches the capitalisation applied to hui-timestamp-display, and state-info displays
---
src/state-display/state-display.ts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/state-display/state-display.ts b/src/state-display/state-display.ts
index aaf54014d2..26bfdbb5cd 100644
--- a/src/state-display/state-display.ts
+++ b/src/state-display/state-display.ts
@@ -99,6 +99,7 @@ class StateDisplay extends LitElement {
`;
}
@@ -108,6 +109,7 @@ class StateDisplay extends LitElement {
`;
}
@@ -116,6 +118,7 @@ class StateDisplay extends LitElement {
`;
}