Make "Your OpenID is not associated with a OpenStreetMap account yet" message valid HTML
It was introduced in ebcc988376
by Kai Krueger
This commit is contained in:
parent
acf518e5c3
commit
7fe2f07e47
1 changed files with 10 additions and 1 deletions
|
@ -1554,7 +1554,16 @@ en:
|
||||||
openID: "OpenID:"
|
openID: "OpenID:"
|
||||||
openID description: '(Optional) If you have an <a href="http://wiki.openstreetmap.org/wiki/openID">OpenID</a> you can associate it with this account to login'
|
openID description: '(Optional) If you have an <a href="http://wiki.openstreetmap.org/wiki/openID">OpenID</a> you can associate it with this account to login'
|
||||||
openID nopassword: "With OpenID, you don't need to specify a password during signup, but some extra OpenStreetMap services or tools may still need one"
|
openID nopassword: "With OpenID, you don't need to specify a password during signup, but some extra OpenStreetMap services or tools may still need one"
|
||||||
openID association: 'Your OpenID is not associated with a OpenStreetMap account yet.<br><ul><li>If you are new to OpenStreetMap, please create a new account.<li>If you already have an account, you can normally login to your account and then associate the account with your openID in your user settings</ul> '
|
openID association: |
|
||||||
|
Your OpenID is not associated with a OpenStreetMap account yet.
|
||||||
|
<ul>
|
||||||
|
<li>If you are new to OpenStreetMap, please create a new account.</li>
|
||||||
|
<li>
|
||||||
|
If you already have an account, you can normally login to
|
||||||
|
your account and then associate the account with your openID
|
||||||
|
in your user settings
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
signup: Signup
|
signup: Signup
|
||||||
flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)<br /><br />Please note that you will not be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
|
flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)<br /><br />Please note that you will not be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
|
||||||
no_such_user:
|
no_such_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue