diff options
author | appable <16139460+appable0@users.noreply.github.com> | 2024-06-23 09:18:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 18:18:01 +0200 |
commit | b08dc623846886802093f0a00893ed96dc248ea9 (patch) | |
tree | e6252ecb774c52c3b26f3d8ec233ebc6c7a9d09d /src/main/java/at/hannibal2/skyhanni/config | |
parent | cc291932906c38943e20cee29ee591695a9875b5 (diff) | |
download | skyhanni-b08dc623846886802093f0a00893ed96dc248ea9.tar.gz skyhanni-b08dc623846886802093f0a00893ed96dc248ea9.tar.bz2 skyhanni-b08dc623846886802093f0a00893ed96dc248ea9.zip |
Replace: Time Tower Reminder feature (#2133)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java index c1da5e511..39758745a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java @@ -113,7 +113,7 @@ public class ChocolateFactoryConfig { public boolean timeTowerWarning = false; @Expose - @ConfigOption(name = "Time Tower Reminder", desc = "Notify a minute before the time tower ends.") + @ConfigOption(name = "Time Tower Expiry Reminder", desc = "Notify when the time tower ends and you have one or more remaining charges.") @ConfigEditorBoolean @FeatureToggle public boolean timeTowerReminder = true; |