From a94d128080f7df9aad8f7279c34cb74935fd3368 Mon Sep 17 00:00:00 2001 From: Rajat Singh Date: Sun, 24 May 2020 01:08:11 -0700 Subject: [PATCH] Fix: Change tool-tip message for access code (#623) Fix #610 (cherry picked from commit 638fc5277cf93b16766ebf56b7e96a853bd10d78) --- 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 bac8abe1..d517ddec 100644 --- a/ihatemoney/templates/home.html +++ b/ihatemoney/templates/home.html @@ -82,7 +82,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: '{{ _("Don't reuse a personal password. Make an access code and send it to your friends")}}', trigger: 'focus', placement: 'right' });