Update login.html
Browse files- login.html +1 -1
login.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<form action="{{base_url}}login?next={{next}}" method="post" class="navbar-form pull-left">
|
24 |
{{ xsrf_form_html() | safe }}
|
25 |
{% if token_available %}
|
26 |
-
<label for="password_input"><strong>{% trans %}
|
27 |
%}</strong></label>
|
28 |
{% else %}
|
29 |
<label for="password_input"><strong>{% trans %}Jupyter password:{% endtrans %}</strong></label>
|
|
|
23 |
<form action="{{base_url}}login?next={{next}}" method="post" class="navbar-form pull-left">
|
24 |
{{ xsrf_form_html() | safe }}
|
25 |
{% if token_available %}
|
26 |
+
<label for="password_input"><strong>{% trans %}Password: <span title="This is the secret you set up when deploying your JupyterLab space">ⓘ</span> {% endtrans
|
27 |
%}</strong></label>
|
28 |
{% else %}
|
29 |
<label for="password_input"><strong>{% trans %}Jupyter password:{% endtrans %}</strong></label>
|