diff --git a/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html b/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html
index c6e4002af..293b95879 100644
--- a/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html
+++ b/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html
@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
- {{ page_footer('Download report') }}
+ {{ page_footer('Download report (CSV)') }}
{% endcall %}
diff --git a/app/templates/views/platform-admin/daily-volumes-report.html b/app/templates/views/platform-admin/daily-volumes-report.html
index be59016d3..1fc4e939f 100644
--- a/app/templates/views/platform-admin/daily-volumes-report.html
+++ b/app/templates/views/platform-admin/daily-volumes-report.html
@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
- {{ page_footer('Download report') }}
+ {{ page_footer('Download report (CSV)') }}
{% endcall %}
diff --git a/app/templates/views/platform-admin/get-billing-report.html b/app/templates/views/platform-admin/get-billing-report.html
index 7c1fed111..8979c2d4d 100644
--- a/app/templates/views/platform-admin/get-billing-report.html
+++ b/app/templates/views/platform-admin/get-billing-report.html
@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
- {{ page_footer('Download report') }}
+ {{ page_footer('Download report (CSV)') }}
{% endcall %}
diff --git a/app/templates/views/platform-admin/notifications_by_service.html b/app/templates/views/platform-admin/notifications_by_service.html
index 7ac3c7846..ef5a04249 100644
--- a/app/templates/views/platform-admin/notifications_by_service.html
+++ b/app/templates/views/platform-admin/notifications_by_service.html
@@ -14,7 +14,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Enter start date in format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Enter end date in format YYYY-MM-DD"}}) }}
- {{ page_footer('Download report') }}
+ {{ page_footer('Download report (CSV)') }}
{% endcall %}
{% endblock %}
diff --git a/app/templates/views/platform-admin/volumes-by-service-report.html b/app/templates/views/platform-admin/volumes-by-service-report.html
index 4b35a0d4b..1ad2de2bf 100644
--- a/app/templates/views/platform-admin/volumes-by-service-report.html
+++ b/app/templates/views/platform-admin/volumes-by-service-report.html
@@ -15,7 +15,7 @@
{% call form_wrapper() %}
{{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
{{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }}
- {{ page_footer('Download report') }}
+ {{ page_footer('Download report (CSV)') }}
{% endcall %}