mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
fixed bug on tool-tip message
This commit is contained in:
parent
aef20a7e02
commit
ca33d221ef
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue