diff --git a/ihatemoney/templates/home.html b/ihatemoney/templates/home.html
index d1d14cf0..f2c70d01 100644
--- a/ihatemoney/templates/home.html
+++ b/ihatemoney/templates/home.html
@@ -93,7 +93,7 @@
{% endblock %}
{% block js %}
$('#creation-form #password').tooltip({
- title: '{{ _("Don\\'t reuse a personal password. Choose a private code and send it to your friends")}}',
+ title: "{{ _("Don\\'t reuse a personal password. Choose a private code and send it to your friends") }}",
trigger: 'focus',
placement: 'right'
});