Skip to content
Snippets Groups Projects
Commit 5ccc1434 authored by erichard's avatar erichard
Browse files

Reformat tutorials panel head

parent 1b6ecd6b
No related branches found
No related tags found
1 merge request!67Customisable labelstower
......@@ -14,8 +14,7 @@ class CustomFlask(Flask):
def create_app():
text_component = {"project_name": "LabelsTower",
"Element_name": "Element(s)",
text_component = {"project_name": "LabelsTower",
"Label": "Label(s)"
}
app = CustomFlask(__name__)
......
......@@ -85,7 +85,7 @@
<div class="panel panel-primary">
<div class="panel-heading title">
<span id="result-title">
<span >{{ selected_elements.length }} [[ txt['x'] ]]</span>
<span >{{ selected_elements.length }}{{ selected_elements.length > 1 ? " Elements":" Element"}} </span>
</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment