' doesn't need to be escaped inside "" in YAML strings. This was showing up as "you\'ll" in the HTML output as a result
This commit is contained in:
parent
15c5c03721
commit
dffde07308
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ en:
|
|||
password: "Password: "
|
||||
confirm password: "Confirm Password: "
|
||||
signup: Signup
|
||||
flash create success message: "User was successfully created. Check your email for a confirmation note, and you\'ll be mapping in no time :-)<br /><br />Please note that you won't 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'll be mapping in no time :-)<br /><br />Please note that you won't 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:
|
||||
body: "Sorry, there is no user with the name {{user}}. Please check your spelling, or maybe the link you clicked is wrong."
|
||||
view:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue