From ba770bc2bdfa3f69b6febcf6faf15f612f39f2ad Mon Sep 17 00:00:00 2001 From: rajat641 Date: Fri, 22 May 2020 21:19:22 -0700 Subject: [PATCH] Added 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 49e73cfe..c13c4244 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -91,7 +91,7 @@ {% endblock %} {% block js %} $('#creation-form #password').tooltip({ - title: '{{ _("")}}', + title: '{{ _("Don't reuse a personal password. Make an access code and send it to your friends")}}', trigger: 'focus', placement: 'right' });