aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-03 18:52:33 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-03 18:52:33 +0200
commite210a5849b2c31628489568470580ec0416285e7 (patch)
tree6d835b3ccd1a2edfbfe516038e2e36fdda9d34c5
parented307030f63e6f9749c0b5f0c1474567c949398e (diff)
parentc1f45caa530673a59c258ecc7ccafa66a50606f8 (diff)
downloadskyhanni-e210a5849b2c31628489568470580ec0416285e7.tar.gz
skyhanni-e210a5849b2c31628489568470580ec0416285e7.tar.bz2
skyhanni-e210a5849b2c31628489568470580ec0416285e7.zip
Merge remote-tracking branch 'origin/beta' into beta
-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;