Commit b18d5d47 by Clinton Blackburn

Merge pull request #9957 from edx/clintonb/receipt-fix

Fixed receipt page bug
parents b2f1855e 6f22fc07
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="provider-info"> <div class="provider-info">
<%= interpolate( <%= interpolate(
gettext("You still need to visit the %(display_name)s website to complete the credit process."), gettext("You still need to visit the %(display_name)s website to complete the credit process."),
{ display_name: displayname }, true { display_name: display_name }, true
) %> ) %>
</div> </div>
<div class="provider-more-info"> <div class="provider-more-info">
......
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