From daa0fd18c0ac8ebb87ec1bb51d12df0bd9b19098 Mon Sep 17 00:00:00 2001 From: Hafiz Date: Wed, 7 Jan 2026 19:30:20 -0600 Subject: [PATCH] Remove "points" from task allocation dropdown item title --- website/common/locales/en/character.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/character.json b/website/common/locales/en/character.json index 1c849cd24a..21c3e10c5e 100644 --- a/website/common/locales/en/character.json +++ b/website/common/locales/en/character.json @@ -127,7 +127,7 @@ "evenAllocationPop": "Assigns the same number of points to each attribute.", "classAllocation": "Distribute based on Class", "classAllocationPop": "Assigns more points to the attributes important to your Class.", - "taskAllocation": "Distribute Points based on task activity", + "taskAllocation": "Distribute based on task activity", "taskAllocationPop": "Assigns Points based on the Strength, Intelligence, Constitution, and Perception categories associated with the tasks you complete.", "distributePoints": "Distribute Unallocated Points", "distributePointsPop": "Assigns all unallocated Stat Points according to the selected allocation scheme.",