commit 0c630870c1266286fc503123f0d0c741d18a366c Author: hiro hiro@torproject.org Date: Tue Mar 23 17:57:18 2021 +0100
Fix typo --- lego | 2 +- templates/hero.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lego b/lego index 4cb4064..842b8e9 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 4cb4064486b300f04573b4dde54afa6835dafa63 +Subproject commit 842b8e924653b41b382d9a26eb33ecb4f4638553 diff --git a/templates/hero.html b/templates/hero.html index f02d70c..5c215c8 100644 --- a/templates/hero.html +++ b/templates/hero.html @@ -2,7 +2,7 @@ <div class="row"> <div class="col-12 content-center"> <div class="row"> - <h6 class="mx-auto text-white pt-3">{{ _(Community) }}</h6> + <h6 class="mx-auto text-white pt-3">{{ _('Community') }}</h6> </div> <div class="row"> <h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>
tor-commits@lists.torproject.org