From dffde07308bded89e6a27ada0b2b811d0baecfdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 3 Jun 2009 01:36:11 +0000 Subject: [PATCH] ' doesn't need to be escaped inside "" in YAML strings. This was showing up as "you\'ll" in the HTML output as a result --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index f6f48d62e..2663516f1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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 :-)

Please note that you won't be able to login until you've received and confirmed your email address.

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 :-)

Please note that you won't be able to login until you've received and confirmed your email address.

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: -- 2.43.2