From 165723cb5b691135c8376a1d4f1188f56f995046 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 12 Jun 2024 13:32:51 +0200 Subject: [PATCH] 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. --- .../integration-panels/thread/thread-config-panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts b/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts index daf1661803..e002c73f6c 100644 --- a/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts +++ b/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts @@ -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" >` : nothing}