Browse Source

fix typo

main
ghost 1 year ago
parent
commit
774c912544
  1. 2
      src/public/faq.php

2
src/public/faq.php

@ -111,7 +111,7 @@ else if (is_null($user->public)) @@ -111,7 +111,7 @@ else if (is_null($user->public))
</a>
<div class="margin-t-16">
<p class="margin-b-16"><?php echo _('YGGtracker uses IPv6 in 0200::/7 range to auto-identify users and relate theirs activity like downloads, favlists, comments, etc, without manual registration. This model allows to build decentralized BitTorrent registry where users able to manage their own content everywhere YGGtracker instance running.') ?></p>
<p><?php echo _('Pay attention, Yggdrasil protocol does not make connection private, just packets. So if your connection sensitive for ISP or local laws, please use Proxy bridge, Tor or I2P software before use YGGtracker.') ?></p>
<p><?php echo _('Pay attention, Yggdrasil protocol does not make activity private. So if your connection sensitive for ISP or local laws, please use Proxy bridge, Tor or I2P software before use YGGtracker.') ?></p>
</div>
</div>
<div class="margin-b-16">

Loading…
Cancel
Save