Skip to content

Commit 5b83e58

Browse files
authored
fix variable name (#466)
1 parent 7aca674 commit 5b83e58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/_includes/content/integration-foot.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ To learn more about about Connection Modes and what dictates which we support, [
2828
{% endif %}
2929

3030
{% if currentIntegration.browserUnbundlingSupported == true and currentIntegration.browserUnbundlingPublic == true %}
31-
We offer an optional **Cloud-based** Connection Mode for **Web** data with {{ currentIntegration.display_name }}. As a reminder, this removes the {{ currentIntegration.display_name }} javascript library from your site, improving performance.
31+
We offer an optional **Cloud-based** Connection Mode for **Web** data with {{ currentIntegration.display_name }}. As a reminder, this removes the {{ currentIntegration.display_name }} javascript library from your site, improving performance.
3232
{% endif %}
3333

3434
{% if currentIntegration.platforms.mobile == true %}
35-
{% if destination.platforms.server == true %}}
36-
Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data with {{ currentIntegration.display_name }}. If you'd like to use those features that require client-based functionality, follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
37-
{% else %}
38-
This destination *requires* a **Device-based** Connection Mode for **Mobile** data. Follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
39-
{% endif %}
35+
{% if currentIntegration.platforms.server == true %}
36+
Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data with {{ currentIntegration.display_name }}. If you'd like to use those features that require client-based functionality, follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
37+
{% else %}
38+
This destination *requires* a **Device-based** Connection Mode for **Mobile** data. Follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's.
39+
{% endif %}
4040
{% endif %}
4141
{% endunless %}
4242

0 commit comments

Comments
 (0)