Fix: Change tool-tip message for access code (#623)

Fix #610
This commit is contained in:
Rajat Singh 2020-05-24 01:08:11 -07:00 committed by GitHub
parent 23ed467d37
commit 638fc5277c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: '{{ _("Don't reuse a personal password. Make an access code and send it to your friends")}}',
trigger: 'focus', trigger: 'focus',
placement: 'right' placement: 'right'
}); });