From 2815ac3028d9a4597451f7aa62e9455cd185d7e0 Mon Sep 17 00:00:00 2001 From: thisfro Date: Tue, 4 May 2021 22:02:06 +0200 Subject: [PATCH] fix typo in heading --- templates/app/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/index.html.twig b/templates/app/index.html.twig index 49957f1..baaafde 100644 --- a/templates/app/index.html.twig +++ b/templates/app/index.html.twig @@ -8,7 +8,7 @@ {% endfor %} -

Offerings

+

Offers

{% if offerings|length > 0 %}
{% for offering in offerings %}