Fix: Change tool-tip message

This commit is contained in:
rajat641 2020-05-18 23:22:23 -07:00
parent 3f46beade3
commit 5cde2de1e8

View file

@ -91,7 +91,7 @@
{% endblock %} {% endblock %}
{% block js %} {% block js %}
$('#creation-form #password').tooltip({ $('#creation-form #password').tooltip({
title: '{{ _("This access code will be sent to your friends. It is stored as-is by the server, so don\\'t reuse a personal password!")}}', title: '{{ _("")}}',
trigger: 'focus', trigger: 'focus',
placement: 'right' placement: 'right'
}); });