fdaudens HF staff commited on
Commit
8208191
·
verified ·
1 Parent(s): d0569ef

Update login.html

Browse files
Files changed (1) hide show
  1. 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 %}Jupyter token <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>
 
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>