From d086d98faf73ac95acd33f5855d5072d83115e47 Mon Sep 17 00:00:00 2001 From: Jedrzej Rybicki <j.rybicki@fz-juelich.de> Date: Thu, 20 Apr 2023 09:11:01 +0200 Subject: [PATCH] fixing spelling error in main.html --- templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 09191f1..d34d8d0 100644 --- a/templates/main.html +++ b/templates/main.html @@ -124,7 +124,7 @@ <a style="color: #f39200" href="https://www.fz-juelich.de/portal/EN/Service/LegalNotice/_node.html">Impressum</a> </strong> <br> - The project has recieved funding from German Federal Ministry of Education and Research agreement no. 16GPC016K. + The project has received funding from German Federal Ministry of Education and Research agreement no. 16GPC016K. </small> <div class="row mt-4 pl-5" style="margin-top: 1.5rem; padding-left: 3rem !important; "> <p style="border-top: 1px solid darkgray;"><small>This service is based on Apache Airflow {{ version_label }}: {% if airflow_version %}<a href="https://pypi.python.org/pypi/apache-airflow/{{ airflow_version }}" target="_blank">v{{ airflow_version }}</a>{% else %} N/A{% endif %}</small></p> -- GitLab