mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Added tool tip message
This commit is contained in:
parent
5cde2de1e8
commit
ba770bc2bd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block js %}
|
{% block js %}
|
||||||
$('#creation-form #password').tooltip({
|
$('#creation-form #password').tooltip({
|
||||||
title: '{{ _("")}}',
|
title: '{{ _("Don't reuse a personal password. Make an access code and send it to your friends")}}',
|
||||||
trigger: 'focus',
|
trigger: 'focus',
|
||||||
placement: 'right'
|
placement: 'right'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue