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

Fix #610

(cherry picked from commit 638fc5277c)
This commit is contained in:
Rajat Singh 2020-05-24 01:08:11 -07:00 committed by zorun
parent 7980fd2bd9
commit a94d128080

View file

@ -82,7 +82,7 @@
{% endblock %}
{% block js %}
$('#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',
placement: 'right'
});