You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,13 @@ import Message from '@ttn-lw/lib/components/message'
fleetInfo: 'Adding a gateway to a fleet will blablabla.',
282
-
fleetTokenInfo: 'Your fleet token is available in your account.',
281
+
fleetInfo: 'Adding a gateway to a Fleet will claim the gateway using an available Slot.',
282
+
fleetTokenInfo: 'Your fleet token is available in <Link>your account.</Link>',
283
283
format: 'Format',
284
284
fpNotFoundError:
285
285
'The LoRaWAN version <code>{lorawanVersion}</code> does not support the <code>{freqPlan}</code> frequency plan. Please choose a different MAC version or frequency plan.',
"lib.shared-messages.fleetInfo": "Adding a gateway to a fleet will blablabla.",
1450
-
"lib.shared-messages.fleetTokenInfo": "Your fleet token is available in your account.",
1449
+
"lib.shared-messages.fleetInfo": "Adding a gateway to a Fleet will claim the gateway using an available Slot.",
1450
+
"lib.shared-messages.fleetTokenInfo": "Your fleet token is available in <Link>your account.</Link>",
1451
1451
"lib.shared-messages.format": "Format",
1452
1452
"lib.shared-messages.fpNotFoundError": "The LoRaWAN version <code>{lorawanVersion}</code> does not support the <code>{freqPlan}</code> frequency plan. Please choose a different MAC version or frequency plan.",
0 commit comments