use double quotes so that value that contains single quote is not a syntax error

This commit is contained in:
Glandos 2022-08-28 11:24:21 +02:00
parent ffcc0a717a
commit 08defaea8f

View file

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