From ef964fd23eb6c29c4fe89a14b2c17d80a4815a80 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:04:02 -0800 Subject: [PATCH] Change label on BT advertisement timestamp (#24439) --- .../bluetooth/bluetooth-advertisement-monitor.ts | 2 +- src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts index 65c17dc42e..c9de84adbd 100644 --- a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts +++ b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-advertisement-monitor.ts @@ -142,7 +142,7 @@ export class BluetoothAdvertisementMonitorPanel extends LitElement { defaultHidden: true, }, time: { - title: localize("ui.panel.config.bluetooth.last_seen"), + title: localize("ui.panel.config.bluetooth.updated"), filterable: false, sortable: true, defaultHidden: false, diff --git a/src/translations/en.json b/src/translations/en.json index 10f13797b1..e675761a8a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5371,7 +5371,7 @@ "source": "Source", "rssi": "RSSI", "source_address": "Source address", - "last_seen": "Last seen", + "updated": "Updated", "device": "Device", "device_information": "Device information", "advertisement_data": "Advertisement data",