fixed bug on tool-tip message

This commit is contained in:
rajat641 2020-05-24 16:34:08 -07:00
parent aef20a7e02
commit ca33d221ef

View file

@ -91,7 +91,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'
});