[tor-commits] [community/slideshow] Use string for localization

hiro at torproject.org hiro at torproject.org
Sun Mar 21 19:06:19 UTC 2021


commit 62bc0a3a324c3f40002d3578b6b339523f727c6e
Author: hiro <hiro at 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>



More information about the tor-commits mailing list