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' });