Unverified Commit 56776b87 authored by Georg Koppen's avatar Georg Koppen
Browse files

Rename 'Blocked in' to 'Not distributed in'

Using 'Blocked in' might give the idea that the bridges get actively
tested in the respective countries and therefore deemed to be blocked.
However, that's not the case. Right now we just don't distribute them
e.g. because we heard them to be blocked at some point.

Closes: #40109.
parent 5ed8ce32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@
    <% } %>

    <% if (relay.get('blocklist') != null) { %>
       <dt><span class="tip" title="This bridge is not distributed in the following countries.">Blocked in</span></dt>
       <dt><span class="tip" title="This bridge is not distributed in the following countries.">Not distributed in</span></dt>
       <dd><%= relay.get('blocklist').join(", ") %></dd>
    <% } %>