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 02e9a055a9..e583bb5d62 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5372,7 +5372,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",