From c1f45caa530673a59c258ecc7ccafa66a50606f8 Mon Sep 17 00:00:00 2001 From: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> Date: Sat, 4 May 2024 00:40:53 +0800 Subject: Fix: Typo (#1667) --- .../at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java index d824826bb..06153fb7e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java @@ -50,7 +50,7 @@ public class HoppityEggsConfig { public boolean highlightHoppityShop = true; @Expose - @ConfigOption(name = "Time im Chat", desc = "Show in chat when using Egglocator that show next hoppity event or next egg time.") + @ConfigOption(name = "Time in Chat", desc = "Show in chat when using Egglocator that show next hoppity event or next egg time.") @ConfigEditorBoolean @FeatureToggle public boolean timeInChat = true; -- cgit