From 8d041fdba3a983d2204e8a1400d83427804d6f35 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 --- 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 c13c4244..cad87390 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -91,7 +91,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' });