mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
use double quotes so that value that contains single quote is not a syntax error
This commit is contained in:
parent
ffcc0a717a
commit
08defaea8f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue