update lang

This commit is contained in:
liamcottle
2024-03-30 12:51:35 +13:00
parent 8b54758a40
commit 0cc8e16fd7

View File

@ -357,12 +357,12 @@
<div class="font-bold mb-2">FAQ</div>
<div class="space-y-2">
<div class="bg-gray-100 rounded p-2 border border-gray-200">
<div class="font-semibold">How do I show my node on the map?</div>
<div class="font-semibold">How do I add my node to the map?</div>
<div>Your node, or a node that hears your node must uplink to MQTT.</div>
<div>Your position packet must be unencrypted, or encrypted with the default key.</div>
</div>
<div class="bg-gray-100 rounded p-2 border border-gray-200">
<div class="font-semibold">How do I hide my node on the map?</div>
<div class="font-semibold">How do I remove my node from the map?</div>
<div>Nodes that have not been heard for 7 days are automatically removed.</div>
<div>Disable position reporting in your node to prevent it coming back.</div>
<div>Use custom encryption keys so the public can't see your position data.</div>