mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Change wording and icon for default thread router (#17593)
This commit is contained in:
parent
bd5264308f
commit
51d9271c83
@ -5,7 +5,7 @@ import {
|
|||||||
mdiDevices,
|
mdiDevices,
|
||||||
mdiDotsVertical,
|
mdiDotsVertical,
|
||||||
mdiInformationOutline,
|
mdiInformationOutline,
|
||||||
mdiStar,
|
mdiCellphoneKey,
|
||||||
} from "@mdi/js";
|
} from "@mdi/js";
|
||||||
import { LitElement, PropertyValues, TemplateResult, css, html } from "lit";
|
import { LitElement, PropertyValues, TemplateResult, css, html } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
@ -195,11 +195,12 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
|
|||||||
? html`${network.dataset &&
|
? html`${network.dataset &&
|
||||||
router.border_agent_id ===
|
router.border_agent_id ===
|
||||||
network.dataset.preferred_border_agent_id
|
network.dataset.preferred_border_agent_id
|
||||||
? html`<ha-svg-icon .path=${mdiStar} slot="meta">
|
? html`<ha-svg-icon
|
||||||
${this.hass.localize(
|
.path=${mdiCellphoneKey}
|
||||||
|
.title=${this.hass.localize(
|
||||||
"ui.panel.config.thread.default_router"
|
"ui.panel.config.thread.default_router"
|
||||||
)}
|
)}
|
||||||
</ha-svg-icon>`
|
></ha-svg-icon>`
|
||||||
: ""}
|
: ""}
|
||||||
<ha-button-menu
|
<ha-button-menu
|
||||||
slot="meta"
|
slot="meta"
|
||||||
|
@ -3707,8 +3707,9 @@
|
|||||||
"add_open_thread_border_router": "Add an OpenThread border router",
|
"add_open_thread_border_router": "Add an OpenThread border router",
|
||||||
"reset_border_router": "Reset border router",
|
"reset_border_router": "Reset border router",
|
||||||
"add_to_my_network": "Add to preferred network",
|
"add_to_my_network": "Add to preferred network",
|
||||||
"default_router": "Default router for network",
|
"default_router_not_found": "The border router used for Android + iOS credentials for this network could not be found.",
|
||||||
"set_default_router": "Set as default router for network",
|
"default_router": "Used for Android + iOS credentials",
|
||||||
|
"set_default_router": "Use router for Android + iOS credentials",
|
||||||
"no_routers_otbr_network": "No border routers where found, maybe the border router is not configured correctly. You can try to reset it to the factory settings.",
|
"no_routers_otbr_network": "No border routers where found, maybe the border router is not configured correctly. You can try to reset it to the factory settings.",
|
||||||
"add_dataset_from_tlv": "Add dataset from TLV",
|
"add_dataset_from_tlv": "Add dataset from TLV",
|
||||||
"add_dataset": "Add Thread dataset",
|
"add_dataset": "Add Thread dataset",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user