Change label on BT advertisement timestamp (#24439)

This commit is contained in:
karwosts 2025-02-27 23:04:02 -08:00 committed by Bram Kragten
parent 9d5d0e448f
commit a384bc2273
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",