thingsboard-developers

text fixed

5/15/2017 10:33:10 AM

Details

diff --git a/extensions/extension-mqtt/src/main/resources/MqttPluginDescriptor.json b/extensions/extension-mqtt/src/main/resources/MqttPluginDescriptor.json
index acfb629..dfd781a 100644
--- a/extensions/extension-mqtt/src/main/resources/MqttPluginDescriptor.json
+++ b/extensions/extension-mqtt/src/main/resources/MqttPluginDescriptor.json
@@ -14,7 +14,7 @@
         "default": 1883
       },
       "accessToken": {
-        "title": "Provide a username (accessToken) to be used for authenticating with the broker.",
+        "title": "Username (Access Token) to be used for authenticating.",
         "type": "string"
       },
       "clientId": {
@@ -22,7 +22,7 @@
         "type": "string"
       },
       "maxInFlight": {
-        "title": "The max inflight limits to how many messages we can send without receiving acknowledgments.",
+        "title": "How many messages can be send without acknowledgments.",
         "type": "integer",
         "default": 1000
       },