Skip to content
Snippets Groups Projects
Commit 5374f10d authored by Matt Drayer's avatar Matt Drayer
Browse files

Merge pull request #9925 from edx/saleem-latif/MAYN-131

MAYN-131: Update Unsupported Browser message
parents ad5aab4c 5b985a59
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ import calendar
<!-- status messages -->
<div role="alert" class="status message">
<h3 class="message-title">${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=settings.PLATFORM_NAME)}</h3>
<h3 class="message-title">${_("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.")}</h3>
</div>
<div role="alert" class="status message submission-error" tabindex="-1">
......
......@@ -116,7 +116,7 @@ import calendar
<!-- status messages -->
<div role="alert" class="status message">
<h3 class="message-title">${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=platform_name)}</h3>
<h3 class="message-title">${_("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.")}</h3>
</div>
<div role="alert" class="status message submission-error" tabindex="-1">
......
......@@ -59,9 +59,9 @@
<!-- status messages -->
<div role="alert" class="status message">
<h3 class="message-title">
{% blocktrans with platform_name=platform_name %}
We're sorry, {{ platform_name }} enrollment is not available in your region
{% endblocktrans %}
{% 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 %}
</h3>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment