Commit 0f72a2fb authored by Hiro's avatar Hiro 🏄
Browse files

Merge branch 'bug_40109' into 'master'

Rename 'Blocked in' to 'Not distributed in'

Closes #40109

See merge request !70
parents 5ed8ce32 56776b87
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>
    <% } %>