mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-14 21:48:07 +00:00
Update LoRa Cloud form label.
This commit is contained in:
@ -162,9 +162,9 @@ class LoRaCloudIntegrationForm extends Component<IProps, IState> {
|
|||||||
)}
|
)}
|
||||||
{this.state.modemEnabled && (
|
{this.state.modemEnabled && (
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label="My device adheres to the LoRa Edge™ Tracker Reference Design protocol"
|
label="My device adheres to the LoRa Edge™ Tracker Modem-E Version Reference Design protocol"
|
||||||
name={["modemGeolocationServices", "parseTlv"]}
|
name={["modemGeolocationServices", "parseTlv"]}
|
||||||
tooltip="If enabled, ChirpStack Application Server will try to resolve the location of the device if a geolocation payload is detected."
|
tooltip="If enabled, ChirpStack will try to resolve the location of the device if a geolocation payload is detected."
|
||||||
valuePropName="checked"
|
valuePropName="checked"
|
||||||
>
|
>
|
||||||
<Switch />
|
<Switch />
|
||||||
|
Reference in New Issue
Block a user