mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 21:11:49 +02:00
fixed bug on tool-tip message (#635)
Fix #634
(cherry picked from commit 8d041fdba3
)
This commit is contained in:
parent
c9a998b68f
commit
1330c90b95
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,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'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue