From 826650c7c458f20baf60496db5df7dcc1c61971a Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Thu, 8 Apr 2021 20:34:50 +0200 Subject: [PATCH] Fixed typo. --- services/webapp/code/rosetta/core_app/templates/containers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/webapp/code/rosetta/core_app/templates/containers.html b/services/webapp/code/rosetta/core_app/templates/containers.html index 22f1299..da4c6c2 100644 --- a/services/webapp/code/rosetta/core_app/templates/containers.html +++ b/services/webapp/code/rosetta/core_app/templates/containers.html @@ -13,7 +13,7 @@ <h1><a href="/containers">Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1> {% else %} {% if data.mode == 'new_task' %} - <h1>New task</h1> + <h1>New Task</h1> <hr/> <h3>Step 1: choose software container.</h3> <br/> -- GitLab