diff options
author | RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> | 2024-05-04 00:40:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 18:40:53 +0200 |
commit | c1f45caa530673a59c258ecc7ccafa66a50606f8 (patch) | |
tree | c8dc934c9efc45c62af1b3d424d5b6db4c20ec70 /src/main/java | |
parent | 9cb0e36272953669c69057bb33c5dabbe1116f70 (diff) | |
download | skyhanni-c1f45caa530673a59c258ecc7ccafa66a50606f8.tar.gz skyhanni-c1f45caa530673a59c258ecc7ccafa66a50606f8.tar.bz2 skyhanni-c1f45caa530673a59c258ecc7ccafa66a50606f8.zip |
Fix: Typo (#1667)
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java | 2 |
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; |