From 1330c90b95a56d8407e61798b1a863b21c8c907b Mon Sep 17 00:00:00 2001 From: Rajat Singh Date: Mon, 25 May 2020 00:34:44 -0700 Subject: [PATCH] fixed bug on tool-tip message (#635) Fix #634 (cherry picked from commit 8d041fdba3a983d2204e8a1400d83427804d6f35) --- ihatemoney/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index d517ddec..6b73acd7 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -82,7 +82,7 @@ {% endblock %} {% block js %} $('#creation-form #password').tooltip({ - title: '{{ _("Don't reuse a personal password. Make an access code and send it to your friends")}}', + title: '{{ _("Don\\'t reuse a personal password. Choose a private code and send it to your friends")}}', trigger: 'focus', placement: 'right' });