diff --git a/lms/templates/register-shib.html b/lms/templates/register-shib.html
index 252461b1be..712e2d9856 100644
--- a/lms/templates/register-shib.html
+++ b/lms/templates/register-shib.html
@@ -99,7 +99,7 @@ import calendar
diff --git a/lms/templates/register.html b/lms/templates/register.html
index c695a7a482..46fc6c7d47 100644
--- a/lms/templates/register.html
+++ b/lms/templates/register.html
@@ -116,7 +116,7 @@ import calendar
-
${_("We're sorry, but this version of your browser is not supported. Try again using a different browser or a newer version of your browser.")}
+ ${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=platform_name)}
diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html
index 4d4aefe9ea..18b802d71d 100644
--- a/lms/templates/registration/password_reset_confirm.html
+++ b/lms/templates/registration/password_reset_confirm.html
@@ -59,9 +59,9 @@
- {% blocktrans %}
- We're sorry, but this version of your browser is not supported. Try again using a different browser or a newer version of your browser.
- {% endblocktrans %}
+ {% blocktrans with platform_name=platform_name %}
+ We're sorry, {{ platform_name }} enrollment is not available in your region
+ {% endblocktrans %}