Skip to content

Commit

Permalink
Don't break up i18n string
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Dec 12, 2014
1 parent 4f82339 commit 71a74c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cms/templates/activation_invalid.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ <h1 class="page-header">${_("Studio Account Activation")}</h1>
<h1 class="title">${_('Your account activation is invalid')}</h1>
<div class="copy">
<p>${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct &mdash; e-mail programs will sometimes split it into two lines.")}</p>
<p>${_("If you still have issues, contact edX Support. In the meatime, you can also return to")} <a href="/">{_('the Studio homepage.')}</a></p>
<p>${_("If you still have issues, contact edX Support. In the meantime, you can also return to {link_start}the Studio homepage.{link_end}").format(
link_start='<a href="/">', link_end="</a>"
)}</p>
</div>
</div>

Expand Down

0 comments on commit 71a74c4

Please sign in to comment.