commit 62bc0a3a324c3f40002d3578b6b339523f727c6e Author: hiro hiro@torproject.org Date: Sun Mar 21 20:06:09 2021 +0100
Use string for localization --- content/outreach/contents.lr | 2 +- templates/hero.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/outreach/contents.lr b/content/outreach/contents.lr index cd2b5fe..9cf4a65 100644 --- a/content/outreach/contents.lr +++ b/content/outreach/contents.lr @@ -1,4 +1,4 @@ -section: Community +section: community --- section_id: outreach --- 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