mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Change label on BT advertisement timestamp (#24439)
This commit is contained in:
parent
13105c2d6f
commit
ef964fd23e
@ -142,7 +142,7 @@ export class BluetoothAdvertisementMonitorPanel extends LitElement {
|
|||||||
defaultHidden: true,
|
defaultHidden: true,
|
||||||
},
|
},
|
||||||
time: {
|
time: {
|
||||||
title: localize("ui.panel.config.bluetooth.last_seen"),
|
title: localize("ui.panel.config.bluetooth.updated"),
|
||||||
filterable: false,
|
filterable: false,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
defaultHidden: false,
|
defaultHidden: false,
|
||||||
|
@ -5371,7 +5371,7 @@
|
|||||||
"source": "Source",
|
"source": "Source",
|
||||||
"rssi": "RSSI",
|
"rssi": "RSSI",
|
||||||
"source_address": "Source address",
|
"source_address": "Source address",
|
||||||
"last_seen": "Last seen",
|
"updated": "Updated",
|
||||||
"device": "Device",
|
"device": "Device",
|
||||||
"device_information": "Device information",
|
"device_information": "Device information",
|
||||||
"advertisement_data": "Advertisement data",
|
"advertisement_data": "Advertisement data",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user