diff --git a/lms/templates/register-shib.html b/lms/templates/register-shib.html
index 712e2d9856..252461b1be 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 46fc6c7d47..c695a7a482 100644
--- a/lms/templates/register.html
+++ b/lms/templates/register.html
@@ -116,7 +116,7 @@ import calendar
-
${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=platform_name)}
+ ${_("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.")}
diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html
index 18b802d71d..12daddac3a 100644
--- a/lms/templates/registration/password_reset_confirm.html
+++ b/lms/templates/registration/password_reset_confirm.html
@@ -59,8 +59,8 @@
- {% blocktrans with platform_name=platform_name %}
- We're sorry, {{ platform_name }} enrollment is not available in your region
+ {% 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 %}