From 4338953d5f434921b6b95d9a731c6ce0f61a39ff Mon Sep 17 00:00:00 2001
From: Katie Smith
- Download the agreement{% if owner %} for {{ owner }}{% endif %}.
+ Download the agreement (PDF){% if owner %} for {{ owner }}{% endif %}.
The agreement contains commercially sensitive information. Do not share it outside your organisation.
diff --git a/app/templates/views/agreement/service-agreement-signed.html b/app/templates/views/agreement/service-agreement-signed.html
index b84681fa5..d0d2bd8f6 100644
--- a/app/templates/views/agreement/service-agreement-signed.html
+++ b/app/templates/views/agreement/service-agreement-signed.html
@@ -21,7 +21,7 @@
{{ current_service.organisation.name }} has already accepted the GOV.UK
Notify data sharing and financial agreement.
For more information, you can download a copy of the agreement.
+ For more information, you can download a copy of the agreement (PDF).
The agreement is confidential and should not be shared outside your organisation.
diff --git a/app/templates/views/agreement/service-agreement.html b/app/templates/views/agreement/service-agreement.html
index e089de281..bd0932600 100644
--- a/app/templates/views/agreement/service-agreement.html
+++ b/app/templates/views/agreement/service-agreement.html
@@ -28,7 +28,7 @@
Once accepted, the agreement covers all Notify services from {{ current_service.organisation.name }}.
- Download a copy of the data sharing and financial agreement.
+ Download a copy of the data sharing and financial agreement (PDF).
The agreement is confidential and should not be shared outside your organisation.
diff --git a/app/templates/views/organisations/organisation/billing.html b/app/templates/views/organisations/organisation/billing.html
index 7bcb0263e..3cc75605a 100644
--- a/app/templates/views/organisations/organisation/billing.html
+++ b/app/templates/views/organisations/organisation/billing.html
@@ -24,7 +24,7 @@