diff options
author | Alexia <me@alexia.lol> | 2024-02-19 13:33:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 13:33:36 +0100 |
commit | 7157cd389dd7d5d22de3a713876649fe18a3918f (patch) | |
tree | 1ec4c73025bd1e5049290148d6d0c158d88b44b2 /src | |
parent | 7d9a6a101071c75773668e0881b37466506307dd (diff) | |
download | skyhanni-7157cd389dd7d5d22de3a713876649fe18a3918f.tar.gz skyhanni-7157cd389dd7d5d22de3a713876649fe18a3918f.tar.bz2 skyhanni-7157cd389dd7d5d22de3a713876649fe18a3918f.zip |
Fixed wording of composter fuel warning. #1002
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/NotifyLowConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
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, |