mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Change button label to 'Quit'
This commit is contained in:
parent
c9a124d58c
commit
ae1b6fb835
@ -15,7 +15,10 @@ data-server-root="{{server_root}}"
|
||||
<span class="flex-spacer"></span>
|
||||
{% if shutdown_button %}
|
||||
<span id="shutdown_widget">
|
||||
<button id="shutdown" class="btn btn-sm navbar-btn">Shutdown</button>
|
||||
<button id="shutdown" class="btn btn-sm navbar-btn"
|
||||
title="{% trans %}Stop the Jupyter server{% endtrans %}">
|
||||
{% trans %}Quit{% endtrans %}
|
||||
</button>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user