update lang
This commit is contained in:
@ -357,12 +357,12 @@
|
|||||||
<div class="font-bold mb-2">FAQ</div>
|
<div class="font-bold mb-2">FAQ</div>
|
||||||
<div class="space-y-2">
|
<div class="space-y-2">
|
||||||
<div class="bg-gray-100 rounded p-2 border border-gray-200">
|
<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 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>Your position packet must be unencrypted, or encrypted with the default key.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-gray-100 rounded p-2 border border-gray-200">
|
<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>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>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>
|
<div>Use custom encryption keys so the public can't see your position data.</div>
|
||||||
|
Reference in New Issue
Block a user