fixed bug on tool-tip message (#635)

Fix #634

(cherry picked from commit 8d041fdba3)
This commit is contained in:
Rajat Singh 2020-05-25 00:34:44 -07:00 committed by Baptiste Jonglez
parent c9a998b68f
commit 1330c90b95

View file

@ -82,7 +82,7 @@
{% endblock %}
{% block js %}
$('#creation-form #password').tooltip({
title: '{{ _("Don't reuse a personal password. Make an access 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'
});