[tpo/master] Fix android message

commit ed7533a63b47d9582a53fe1f069e7fba53761cd9 Author: Gus <gus@torproject.org> Date: Tue Sep 22 20:21:33 2020 +0000 Fix android message --- templates/hero-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hero-download.html b/templates/hero-download.html index 9013f91a..df940e2b 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -53,7 +53,7 @@ <div class="row bg-darker my-5 p-3 rounded"> {% from "macros/downloads.html" import render_tor_browser_blog_post %} - <h5 class="mx-auto text-white text-center my-0"><i class="text-light fas fa-exclamation-circle text-warning px-2"></i>{{ _('Android Tor Browser 10 is under active development. Watch for its release in the coming weeks.}}</h5> + <h5 class="mx-auto text-white text-center my-0"><i class="text-light fas fa-exclamation-circle text-warning px-2"></i>{{ _('Android Tor Browser 10 is under active development. Watch for its release in the coming weeks.') }}</h5> </div> <div class="hidden-sm row p-md-5 justify-content-center window-bg">
participants (1)
-
gus@torproject.org