From 4f50f4db7e2944095c9038f46784184d3195e9b0 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Thu, 9 Apr 2026 16:46:59 -0400 Subject: [PATCH] Use textual threshold labels instead --- lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en.json b/lang/en.json index 5fc7cf5f..ec2130b8 100755 --- a/lang/en.json +++ b/lang/en.json @@ -327,9 +327,9 @@ "text": "Are you sure you want to remove {name} from the party?" }, "Thresholds": { - "minor": "1HP", - "major": "2HP", - "severe": "3HP" + "minor": "MIN", + "major": "MAJ", + "severe": "SEV" } } },