diff options
author | timeless%mozdev.org <> | 2003-09-15 01:59:33 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2003-09-15 01:59:33 +0200 |
commit | 0d437ffb59944b059a882e94c28d0776dbeb7245 (patch) | |
tree | 30feba758c0d217fd20a1dbbc60d188e1df573dd /template | |
parent | 4e7e3310242bd5264b5f48e4bf3c387e59288b85 (diff) | |
download | bugzilla-0d437ffb59944b059a882e94c28d0776dbeb7245.tar.gz bugzilla-0d437ffb59944b059a882e94c28d0776dbeb7245.tar.xz |
Bug 180257 incorrect padding around words on "cancel email address change" page
r=justdave a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/cancel-token.txt.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index 0554081f2..f014820ef 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -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' %] |