From 7157cd389dd7d5d22de3a713876649fe18a3918f Mon Sep 17 00:00:00 2001 From: Alexia Date: Mon, 19 Feb 2024 13:33:36 +0100 Subject: Fixed wording of composter fuel warning. #1002 --- .../skyhanni/config/features/garden/composter/NotifyLowConfig.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/garden/composter/NotifyLowConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/NotifyLowConfig.java index a854fa6a9..c0fc552e2 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/NotifyLowConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/NotifyLowConfig.java @@ -28,7 +28,7 @@ public class NotifyLowConfig { public int organicMatter = 20_000; @Expose - @ConfigOption(name = "Min Fuel Cap", desc = "Warn when Fuel is below this value.") + @ConfigOption(name = "Min Fuel", desc = "Warn when Fuel is below this value.") @ConfigEditorSlider( minValue = 500, maxValue = 40_000, -- cgit