diff --git a/src/_includes/content/cloud-app-note.md b/src/_includes/content/cloud-app-note.md
index dd7d09faba..8a32a7983f 100644
--- a/src/_includes/content/cloud-app-note.md
+++ b/src/_includes/content/cloud-app-note.md
@@ -9,13 +9,8 @@
The {{ page.title }} is an **Event Cloud** source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and **also** sent to Segment streaming destinations. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)
{% if currentIntegration.status == "PUBLIC_BETA" %}- This source is in Beta
{%endif%}
-
- {% if currentIntegration.partnerOwned %}
- Partner Owned
-
- - This integration is partner owned. Please reach out to the partner's support for any issues.
-
- {% endif %}
+ {% if currentIntegration.partnerOwned %}This integration is partner owned. Please reach out to the partner's support for any issues.{% endif %}
+
@@ -26,10 +21,7 @@
- Partner Owned
-
- - This integration is partner owned. Please reach out to the partner's support for any issues.
+ {% if currentIntegration.partnerOwned %}- This integration is partner owned. Please reach out to the partner's support for any issues.
{% endif %}
@@ -41,13 +33,8 @@
The {{ page.title }} is an **Object Cloud** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)
{% if currentIntegration.status == "PUBLIC_BETA" %}- This source is in Beta
{%endif%}
+ {% if currentIntegration.partnerOwned %}- This integration is partner owned. Please reach out to the partner's support for any issues.
{% endif %}
- {% if currentIntegration.partnerOwned %}
- Partner Owned
-
- - This integration is partner owned. Please reach out to the partner's support for any issues.
-
- {% endif %}
{% endif %}
diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html
index e312be91fd..165ccb0cd0 100644
--- a/src/_includes/content/destination-dossier.html
+++ b/src/_includes/content/destination-dossier.html
@@ -59,9 +59,9 @@ Destination Info
This destination is not compatible with Destination Insert Functions.
{% endunless %}
{% endif %}
- {% if destinationInfo.partnerOwned == true %}
+ {% unless page.id == '66b1f528d26440823fb27af9' %}{% if destinationInfo.partnerOwned == true %}
This integration is partner owned. Please reach out to the partner's support for any issues.
- {% endif %}
+ {% endif %}{% endunless %}
{% if thisDestination == '64c031541451bb784943f809' or thisDestination == '63e42d44b0a59908dc4cacc6' or thisDestination == '642440d46b66b3eeac42b581' %} This destination is not supported in EU workspaces. For more information, see the Regional Segment documentation. {% endif %}
{% if destinationInfo.status == "PUBLIC_BETA" %}This destination is in Beta{% endif %}
{% if page.engage == true %}This destination is only compatible with Twilio Engage.{% endif %}
@@ -108,17 +108,6 @@