Added trans tags to the "Toggle Dropdown" span

This commit is contained in:
Joshua Zeltser 2019-06-25 11:49:01 +01:00 committed by GitHub
parent a76a3e6cce
commit 9588b98ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ data-server-root="{{server_root}}"
<button class="dropdown-toggle btn btn-default btn-xs" id="new-dropdown-button" data-toggle="dropdown">
<span>{% trans %}New{% endtrans %}</span>
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
<span class="sr-only">{% trans %}Toggle Dropdown{% endtrans %}</span>
</button>
<ul id="new-menu" class="dropdown-menu">
<li role="presentation" class="dropdown-header" id="notebook-kernels">Notebook:</li>