diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html
index 165ccb0cd0..9df9198684 100644
--- a/src/_includes/content/destination-dossier.html
+++ b/src/_includes/content/destination-dossier.html
@@ -49,7 +49,7 @@
Destination Info
{% if destMethods.size > 0 %}{% unless page.id == '645d5fc12eb891cf0a93fe4b' %}- Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}
{% endunless %}{% endif %}
{% if previous_names.size == 1 or components.size == 0 %}
- - Refer to it as {{previous_names | join: ', or ' }} in the Integrations object
+ - Refer to it as {% if page.id == '5f7dd6d21ad74f3842b1fc47' %}Actions Amplitude {% else %}{{previous_names | join: ', or ' }}{% endif %} in the Integrations object
{% else %}
{% if connectionModes.cloud.web == true or connectionModes.cloud.mobile == true or connectionModes.cloud.server == true %} - In Cloud-mode, refer to it as {{previous_names | join: ', or ' }} in the Integrations object
{%endif%}
{% if connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %} - In Device-mode, refer to it as {{previous_names | first}} in the Integrations object
{%endif%}