mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Change label on BT advertisement timestamp (#24439)
This commit is contained in:
parent
9d5d0e448f
commit
a384bc2273
@ -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,
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user