Commit d91aa83a by Saleem Latif

reverting the chnages sent in MAYN-131, final solution will be submitted in a separate PR

parent cebc4ae0
...@@ -99,7 +99,7 @@ import calendar ...@@ -99,7 +99,7 @@ import calendar
<!-- status messages --> <!-- status messages -->
<div role="alert" class="status message"> <div role="alert" class="status message">
<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> <h3 class="message-title">${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=settings.PLATFORM_NAME)}</h3>
</div> </div>
<div role="alert" class="status message submission-error" tabindex="-1"> <div role="alert" class="status message submission-error" tabindex="-1">
......
...@@ -116,7 +116,7 @@ import calendar ...@@ -116,7 +116,7 @@ import calendar
<!-- status messages --> <!-- status messages -->
<div role="alert" class="status message"> <div role="alert" class="status message">
<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> <h3 class="message-title">${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=platform_name)}</h3>
</div> </div>
<div role="alert" class="status message submission-error" tabindex="-1"> <div role="alert" class="status message submission-error" tabindex="-1">
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
<!-- status messages --> <!-- status messages -->
<div role="alert" class="status message"> <div role="alert" class="status message">
<h3 class="message-title"> <h3 class="message-title">
{% blocktrans %} {% blocktrans with 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. We're sorry, {{ platform_name }} enrollment is not available in your region
{% endblocktrans %} {% endblocktrans %}
</h3> </h3>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment