From 45acf46ab1d0f20bb4300cbb3243a433dff2c38d Mon Sep 17 00:00:00 2001
From: eyedeekay <idk@mulder>
Date: Wed, 7 Feb 2024 23:52:16 -0500
Subject: [PATCH] Add missing line so the trans tag works again

---
 i2p2www/pages/site/docs/how/network-database.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/i2p2www/pages/site/docs/how/network-database.html b/i2p2www/pages/site/docs/how/network-database.html
index 6d98ed02..5006bb49 100644
--- a/i2p2www/pages/site/docs/how/network-database.html
+++ b/i2p2www/pages/site/docs/how/network-database.html
@@ -555,6 +555,7 @@ However, if it was recieved as a reply to a query, then the netDb should only re
 A client should never answer queries with an entry from the main netDb, only it's own client network database.
 {%- endtrans %}</p>
 <p>{% trans -%}These strategies should be taken and used combined so that both are applied.
+In combination, they "Segment" the netDb and secure it against attacks.
 {%- endtrans %%}</p>
 
 <h2 id="delivery">{% trans %}Storage, Verification, and Lookup Mechanics{% endtrans %}</h2>
-- 
GitLab