mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Clarify Thread credentials transfer direction (#21067)
"Import credentials" on a phone can be missunderstood as importing credentials from Home Assistant to the phone, but this is not what this command is doing. Use "Send credentials to Home Assistant" to make it clear what the direction of the transfer is.
This commit is contained in:
parent
42b5fa696a
commit
165723cb5b
@ -151,7 +151,7 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
|
||||
slot="fab"
|
||||
@click=${this._importExternalThreadCredentials}
|
||||
extended
|
||||
label="Import credentials"
|
||||
label="Send credentials to Home Assistant"
|
||||
><ha-svg-icon slot="icon" .path=${mdiCellphoneKey}></ha-svg-icon
|
||||
></ha-fab>`
|
||||
: nothing}
|
||||
|
Loading…
x
Reference in New Issue
Block a user