From 5bde01de2d5fd49c65e2d6eccc0273a20dfaabef Mon Sep 17 00:00:00 2001 From: WBHarry Date: Fri, 15 Aug 2025 16:21:10 +0200 Subject: [PATCH] Fixed translation for itemFeatures Protective --- lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en.json b/lang/en.json index f1785185..17605f40 100755 --- a/lang/en.json +++ b/lang/en.json @@ -1434,11 +1434,11 @@ }, "protective": { "name": "Protective", - "description": "Add your character's Tier to your Armor Score", + "description": "Add the item's Tier to your Armor Score", "effects": { "protective": { "name": "Protective", - "description": "Add your character's Tier to your Armor Score" + "description": "Add the item's Tier to your Armor Score" } } },