From b08dc623846886802093f0a00893ed96dc248ea9 Mon Sep 17 00:00:00 2001 From: appable <16139460+appable0@users.noreply.github.com> Date: Sun, 23 Jun 2024 09:18:01 -0700 Subject: Replace: Time Tower Reminder feature (#2133) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../features/inventory/chocolatefactory/ChocolateFactoryConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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; -- cgit