aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorRobotHanzo <36107150+RobotHanzo@users.noreply.github.com>2024-05-04 00:40:53 +0800
committerGitHub <noreply@github.com>2024-05-03 18:40:53 +0200
commitc1f45caa530673a59c258ecc7ccafa66a50606f8 (patch)
treec8dc934c9efc45c62af1b3d424d5b6db4c20ec70 /src/main/java/at/hannibal2/skyhanni/config
parent9cb0e36272953669c69057bb33c5dabbe1116f70 (diff)
downloadskyhanni-c1f45caa530673a59c258ecc7ccafa66a50606f8.tar.gz
skyhanni-c1f45caa530673a59c258ecc7ccafa66a50606f8.tar.bz2
skyhanni-c1f45caa530673a59c258ecc7ccafa66a50606f8.zip
Fix: Typo (#1667)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java2
1 files changed, 1 insertions, 1 deletions
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;