Skip to content

Commit

Permalink
Merge pull request #4803 from FlowFuse/4776-update-tour-terms
Browse files Browse the repository at this point in the history
Update terms in the tour to align with new terminology
  • Loading branch information
hardillb authored Nov 20, 2024
2 parents 8ea4910 + 902613d commit ca00928
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/tours/tour-welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"modalOverlayOpeningXOffset": 12
}, {
"title": "Concept: Instances",
"text": "<p><b>Instances</b> refer to instances of Node-RED running at the <i>same</i> host as FlowFuse.</p>",
"title": "Concept: Hosted Instances",
"text": "<p><b>Hosted Instances</b> refer to instances of Node-RED running at the <i>same</i> host as FlowFuse.</p>",
"attachTo": {
"element": "div[data-el=\"application-instance-item\"]",
"on": "bottom"
}
}, {
"title": "Concept: Devices",
"text": "<p><b>Devices</b> are Node-RED instances that are managed and deployed <i>remotely</i>.</p><p>Whether hardware in factories or a Raspberry Pi on your desk, FlowFuse helps you manage hundreds of remote deployments.</p>",
"title": "Concept: Edge Devices",
"text": "<p><b>Edge Devices</b> are Node-RED instances that are managed and deployed <i>remotely</i>.</p><p>Whether hardware in factories or a Raspberry Pi on your desk, FlowFuse helps you manage hundreds of remote deployments.</p>",
"attachTo": {
"element": "section[data-el=\"application-devices-none\"]",
"on": "bottom"
Expand Down Expand Up @@ -46,7 +46,7 @@
}
}, {
"title": "Concept: Device Groups",
"text": "<p><b>Device Groups</b> are collections of <b>Devices</b> that can be used in <b>Pipelines</b> in order to deploy the same Node-RED flows out to multiple pieces of hardware in one-click.</p>",
"text": "<p><b>Device Groups</b> are collections of <b>Edge Devices</b> that can be used in <b>Pipelines</b> in order to deploy the same Node-RED flows out to multiple pieces of hardware in one-click.</p>",
"attachTo": {
"element": "a[data-nav=\"application-device-groups\"] ",
"on": "left"
Expand Down

0 comments on commit ca00928

Please sign in to comment.