From ca33d221ef1f964770e474f7e89cd42489c9330d Mon Sep 17 00:00:00 2001 From: rajat641 Date: Sun, 24 May 2020 16:34:08 -0700 Subject: [PATCH] fixed bug on tool-tip message --- 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' });