Commit 0d437ffb authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 180257 incorrect padding around words on "cancel email address change" page

r=justdave a=justdave
parent 4e7e3310
......@@ -57,13 +57,13 @@ Cancelled Because:
Account [% email %] already exists.
[% ELSIF cancelaction == 'email_change_cancelled' %]
The request to change the email address for the
[% old_email %] account to [% new_email %]
has been cancelled.
The request to change the email address for
the [% old_email %] account to [% new_email %] has
been cancelled.
[% ELSIF cancelaction == 'email_change_cancelled_reinstated' %]
The request to change the email address for your account to
[% new_email %] has been cancelled. Your old account
The request to change the email address for your account
to [% new_email %] has been cancelled. Your old account
settings have been reinstated.
[% ELSIF cancelaction == 'emailold_change_cancelled' %]
......
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