From 5cde2de1e804788411760f01e3ee204581000d64 Mon Sep 17 00:00:00 2001 From: rajat641 Date: Mon, 18 May 2020 23:22:23 -0700 Subject: [PATCH] Fix: Change 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 4af6a80a..49e73cfe 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -91,7 +91,7 @@ {% endblock %} {% block js %} $('#creation-form #password').tooltip({ - title: '{{ _("This access code will be sent to your friends. It is stored as-is by the server, so don\\'t reuse a personal password!")}}', + title: '{{ _("")}}', trigger: 'focus', placement: 'right' });