fixed bug on tool-tip message (#635)

Fix #634
This commit is contained in:
Rajat Singh 2020-05-25 00:34:44 -07:00 committed by GitHub
parent aef20a7e02
commit 8d041fdba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@
{% endblock %} {% endblock %}
{% block js %} {% block js %}
$('#creation-form #password').tooltip({ $('#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', trigger: 'focus',
placement: 'right' placement: 'right'
}); });