From bdba6331c88a3107c39219c86c258dc5998a1584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= <45535409+Fangliding@users.noreply.github.com> Date: Sun, 2 Jul 2023 04:46:14 +0800 Subject: [PATCH] Repair wrong description (#132) --- src/main/resources/assets/unicopia/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 7423b963..0b837fb9 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -501,7 +501,7 @@ "experience.unicopia.monstrous.senior_archmagus": "Cult Leader", "experience.unicopia.pure.ascended_senior_archmagus": "Ascended Senior Archmagus", - "experience.unicopia.impure.ascended_senior_archmagus": "Strugling Senior Archmagus", + "experience.unicopia.impure.ascended_senior_archmagus": "Struggling Senior Archmagus", "experience.unicopia.tainted.ascended_senior_archmagus": "Falling Senior Archmagus", "experience.unicopia.twisted.ascended_senior_archmagus": "Fallen Senior Archmagus", "experience.unicopia.corrupt.ascended_senior_archmagus": "Shadowy Senior Anti-Archmagus", @@ -567,7 +567,7 @@ "commands.race.success.self": "Set own race to %1$s", "commands.race.success": "%1$s changed race to %2$s", "commands.race.success.other": "Changed %1$s's race to %2$s", - "commands.race.usage": "/race [player] ", + "commands.race.usage": "/race [player]", "commands.race.list": "The available races are:", "commands.race.permission": "Selected Race is not permitted by your current server", "commands.race.fail": "\"%s\" is not a recognised Race",