From: jloup Date: Fri, 11 May 2018 12:08:46 +0000 (+0200) Subject: Fix escape sequence. X-Git-Tag: v0.0.10 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git;a=commitdiff_plain;h=a7873be28f3bcda36dd9fc54df238738c4c2b998 Fix escape sequence. --- diff --git a/cmd/web/js/main.jsx b/cmd/web/js/main.jsx index 5dc45eb..dfc3337 100644 --- a/cmd/web/js/main.jsx +++ b/cmd/web/js/main.jsx @@ -106,7 +106,7 @@ App.page('/not_confirmed', true, function(context) {

An email has now been sent to your email address.

-

Please click the "Confirm your account" button to validate your email.

+

{'Please click the \'Confirm your account\' button to validate your email.'}

);