mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-13 22:23:07 +00:00
Update LoRa Cloud form label.
This commit is contained in:
parent
9ba826963c
commit
cb49afeb01
@ -162,9 +162,9 @@ class LoRaCloudIntegrationForm extends Component<IProps, IState> {
|
||||
)}
|
||||
{this.state.modemEnabled && (
|
||||
<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"]}
|
||||
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"
|
||||
>
|
||||
<Switch />
|
||||
|
Loading…
x
Reference in New Issue
Block a user