Commit 17be1936 authored by kezzle's avatar kezzle
Browse files

Merge branch 'i333-duplicated-text' into 'main'

Remove duplicated text

Closes #333

See merge request !369
parents 10b9b8be 41d224d9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -11,6 +11,3 @@ color: dark
title: Download Tor Browser Alpha
---
body:

Before we release a stable version of our software, we release an alpha version to test features and find bugs.
Please only download an alpha if you are okay with some things not working properly, want to help us find and [report bugs](https://support.torproject.org/misc/bug-or-feedback/), and are not putting yourself at risk.
+0 −3
Original line number Diff line number Diff line
@@ -11,6 +11,3 @@ color: dark
title: Download Tor Browser
---
body:
Tor Browser is available in [37 languages](https://support.torproject.org/tbb/tbb-37/) in a single multi-locale download. The language can be changed using the menu in General settings.

Want to help us translate? [Become a Tor translator!](https://community.torproject.org/localization/)
+1 −1
Original line number Diff line number Diff line
<div class="container py-3 mt-5">
  <div class="row">
    <p>{{ this.body }}</p>
    <p>{{ md(_('Tor Browser is available in [37 languages](https://support.torproject.org/tbb/tbb-37/) in a single multi-locale download, which can be changed using the menu in General settings.\n\nWant to help us translate? [Become a Tor translator!](https://community.torproject.org/localization/)')) }}
  </div>
</div>
<div class="container py-3">
+1 −1
Original line number Diff line number Diff line
<div class="container py-3 mt-5">
  <div class="row">
    <p>{{ this.body }}</p>
    {{ md(_('Before we release a stable version of our software, we release an alpha version to test features and find bugs. Please only download an alpha if you are okay with some things not working properly, want to help us find and [report bugs](https://support.torproject.org/misc/bug-or-feedback/), and are not putting yourself at risk.')) }}
  </div>
</div>
<div class="container py-3">
+2 −1
Original line number Diff line number Diff line
  <div class="container py-3 mt-5">
  <div class="row">
    <p>{{ this.body }}</p>
    {# put the body here directly using {{ md(_(...)) }} instead of in the contents file #}
    <p></p>
  </div>
</div>
<div class="container py-3">