Skip to content

Commit

Permalink
console: User owner token message everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Sep 16, 2024
1 parent 5492e8f commit 13620cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { enabled: gsEnabled, base_url: gsBaseURL } = selectGsConfig()

const m = defineMessages({
claimWarning:
'We detected that your gateway is a <strong>Managed Gateway</strong>. 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 <strong>Managed Gateway</strong>. 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 = {
Expand Down
5 changes: 2 additions & 3 deletions pkg/webui/lib/field-description-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 13620cd

Please sign in to comment.