Commit d7c8cb80 by Matt Drayer

Merge pull request #10238 from edx/saleem-latif/SOL-1297-feedback-changes

SOL-1297: Remove platform name from error message in Certificates Web View
parents c30960cc 3502738b
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
<section class="outside-app"> <section class="outside-app">
<h1> <h1>
${_(u"There is a problem with this certificate on {platform_name}".format( ${_(u"There is a problem with this certificate.")}
platform_name=u"<em>{platform_name}</em>".format(platform_name=settings.PLATFORM_NAME)))}
</h1> </h1>
<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