diff --git a/submit-cron/templates/centre/access_denied_notification.html b/submit-cron/templates/centre/access_denied_notification.html
index 41190100..68065cf4 100644
--- a/submit-cron/templates/centre/access_denied_notification.html
+++ b/submit-cron/templates/centre/access_denied_notification.html
@@ -69,7 +69,7 @@
-
Hello, {{user_name}}
+
Hello,
Your access request for {{application_name}} has been denied.
If you have any questions or believe you should have been approved, please email EAO.EPICsystem@gov.bc.ca.
diff --git a/submit-cron/templates/centre/access_granted_notification.html b/submit-cron/templates/centre/access_granted_notification.html
index ef45da97..0876a801 100644
--- a/submit-cron/templates/centre/access_granted_notification.html
+++ b/submit-cron/templates/centre/access_granted_notification.html
@@ -60,6 +60,9 @@
.cta-link:hover {
text-decoration: underline;
}
+ .label-black {
+ color: black;
+ }
@@ -69,14 +72,14 @@
-
Hello, {{user_name}}
+
Hello,
Your access request has been approved.
Access Details:
-
Application: {{ application_name }}
-
Access Level: {{ access_level }}
+
Application: {{ application_name }}
+
Access Level: {{ access_level }}
You can now access this application from the EPIC.centre launchpad.
diff --git a/submit-cron/templates/centre/access_request_received_notification.html b/submit-cron/templates/centre/access_request_received_notification.html
index 1b39d971..5219a46d 100644
--- a/submit-cron/templates/centre/access_request_received_notification.html
+++ b/submit-cron/templates/centre/access_request_received_notification.html
@@ -91,6 +91,8 @@
A confirmation email will be sent to the requester when their access level is updated in EPIC.centre.
Thank you,
+
+
EPIC.centre System
-
Hello {{ user_name }},
+
Hello,
Your request for access to {{ application_name }} has been submitted successfully.
Request Details:
-
Application: {{ application_name }}
-
Requested on: {{ requested_at }}
+
Application: {{ application_name }}
+
Requested on: {{ requested_at }}