diff options
Diffstat (limited to 'ihatemoney/templates')
| -rw-r--r-- | ihatemoney/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html index 4af6a80..c13c424 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: '{{ _("Don't reuse a personal password. Make an access code and send it to your friends")}}', trigger: 'focus', placement: 'right' }); |
