Added tool tip message

This commit is contained in:
rajat641 2020-05-22 21:19:22 -07:00
parent 5cde2de1e8
commit ba770bc2bd

View file

@ -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'
}); });