From 13620cdf99a5fbfbdd10a3a9f30d7882d5b2faa3 Mon Sep 17 00:00:00 2001 From: Darya Plotnytska Date: Mon, 16 Sep 2024 16:49:34 +0200 Subject: [PATCH] console: User owner token message everywhere --- .../gateway-claim-form-section/index.js | 2 +- pkg/webui/lib/field-description-messages.js | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js b/pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js index dace6c6371..bc1723e9c9 100644 --- a/pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js +++ b/pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js @@ -36,7 +36,7 @@ const { enabled: gsEnabled, base_url: gsBaseURL } = selectGsConfig() const m = defineMessages({ claimWarning: - 'We detected that your gateway is a Managed Gateway. To claim this gateway, please use the claim authentication code printed on the inside of the mounting lid or scan the QR code to claim instantly.', + 'We detected that your gateway is a Managed Gateway. To claim this gateway, please use the owner token printed on the inside of the mounting lid or scan the QR code to claim instantly.', }) const initialValues = { diff --git a/pkg/webui/lib/field-description-messages.js b/pkg/webui/lib/field-description-messages.js index e32e8e9a12..97f7a6f9ff 100644 --- a/pkg/webui/lib/field-description-messages.js +++ b/pkg/webui/lib/field-description-messages.js @@ -142,10 +142,9 @@ const m = defineMessages({ 'Adjust the time that the Network Server schedules class C messages in advance. This is useful for gateways that have a known high latency backhaul, like 3G and satellite.', updateGtwLocationFromStatusDescription: 'Instead of setting the location manually, you can alternatively choose to update the location of this gateway from status messages. This only works for gateways that send their locations within status messages while using an authenticated connection; gateways connected over UDP are not supported. Please refer to the manual of your gateway model to see whether sending location data is supported.', - claimAuthenticationCodeDescription: - 'The claim authentication code is the proof of ownership of the gateway.', + claimAuthenticationCodeDescription: 'The owner token is the proof of ownership of the gateway.', claimAuthenticationCodeLocation: - 'It is typically printed on the box or on the device. For example, for The Things Indoor Gateway, the claim authentication code is the WiFi password printed on the device.', + 'It is typically printed on the box or on the gateway. For example, for The Things Indoor Gateway, the owner token is the WiFi password printed on the gateway.', disablePacketBrokerForwardingDescription: 'When checked, uplink messages received from this gateway will not be forwarded to Packet Broker. This option takes effect only after the gateway reconnects.', rx1DelayDescription: