From 9659a44f1d2735a95b7352fedeffe7d4b181cce5 Mon Sep 17 00:00:00 2001 From: aphased <152172867+aphased@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:04:41 +0200 Subject: Fix typo/duplicate word in cf config (#2169) --- .../chocolatefactory/ChocolateFactoryCustomReminderConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryCustomReminderConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryCustomReminderConfig.java index afade78a9..266216cdc 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryCustomReminderConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryCustomReminderConfig.java @@ -20,7 +20,7 @@ public class ChocolateFactoryCustomReminderConfig { public boolean enabled = false; @Expose - @ConfigOption(name = "Always Custom Reminder", desc = "Always show the display always, even outside the chocolate factory.") + @ConfigOption(name = "Always Custom Reminder", desc = "Always show the display, even outside the chocolate factory.") @ConfigEditorBoolean @FeatureToggle public boolean always = false; -- cgit