diff --git a/embc-app/ClientApp/src/app/self-registration/self-registration-four/self-registration-four.component.html b/embc-app/ClientApp/src/app/self-registration/self-registration-four/self-registration-four.component.html
index 165c3a9c2..7968d4bde 100644
--- a/embc-app/ClientApp/src/app/self-registration/self-registration-four/self-registration-four.component.html
+++ b/embc-app/ClientApp/src/app/self-registration/self-registration-four/self-registration-four.component.html
@@ -10,7 +10,7 @@
Next Steps
After a need's assessment interview with a local ESS Responder has been completed, supports are provided to purchase goods and services if eligible.
Any goods and services purchased prior to a need's assessment interview are not eligible for retroactive reimbursement.
If you are under EVACUATION ALERT or DO NOT require emergency serves at this time, no further action is required.
- If you are under EVACUATION ORDER, and require emergency supports, proceed to your nearest Reception Centre. A list of open Reception Centres can be found at Emergency Info BC.
+ If you are under EVACUATION ORDER, and require emergency supports, proceed to your nearest Reception Centre. A list of open Reception Centres can be found at Emergency Info BC.
If NO nearby Reception Centre is open and immediate action is required, please contact your Local Emergency Program for next steps.
diff --git a/embc-app/Services/Registrations/NewRegistrationService.cs b/embc-app/Services/Registrations/NewRegistrationService.cs
index b377cd849..aac57939f 100644
--- a/embc-app/Services/Registrations/NewRegistrationService.cs
+++ b/embc-app/Services/Registrations/NewRegistrationService.cs
@@ -41,7 +41,7 @@ public NewRegistrationService(IDataInterface dataInterface, IEmailSender emailSe
private EmailMessage CreateEmailMessageForRegistration(ViewModels.Registration registration)
{
//var essRegistrationLink = @"Evacuee Self-Registration";
- //var emergencyInfoBCLink = @"Emergency Info BC";
+ var emergencyInfoBCLink = @"Emergency Info BC";
var subject = "Registration completed successfully";
var body = $@"
@@ -64,7 +64,7 @@ private EmailMessage CreateEmailMessageForRegistration(ViewModels.Registration r
After a need's assessment interview with a local ESS Responder has been completed, supports are provided to purchase goods and services if eligible.
Any goods and services purchased prior to a need's assessment interview are not eligible for retroactive reimbursement.
If you are underEVACUATION ALERT or DO NOT require emergency serves at this time, no further action is required.
- If you are under EVACUATION ORDER, and require emergency supports, proceed to your nearest Reception Centre. A list of open Reception Centres can be found at Emergency Info BC.
+ If you are under EVACUATION ORDER, and require emergency supports, proceed to your nearest Reception Centre. A list of open Reception Centres can be found at {emergencyInfoBCLink}.
If NO nearby Reception Centre is open and immediate action is required, please contact your Local Emergency Program for next steps.
";
diff --git a/landing-page/html/index.html b/landing-page/html/index.html
index d1ae18bad..3d83fb8d9 100644
--- a/landing-page/html/index.html
+++ b/landing-page/html/index.html
@@ -488,7 +488,7 @@ Evacuee Registration & Assistance (ERA)
Have you been instructed to self-register for Emergency Support Services?
If you are on an evacuation ALERT or ORDER, or if you have been displaced from your home due to an emergency AND your Local Emergency Program has instructed you to Self-Register, you can do so here.
Self-Register Now
- If you have not been instructed by your Local Emergency Program to Self-Register please follow the instructions on your Evacuation Alert or Order AND contact your local emergency program.
+ If you have not been instructed by your Local Emergency Program to Self-Register please follow the instructions on your Evacuation Alert or Order AND contact your Local Emergency Program.