diff --git a/src/bin/BinSettings.tsx b/src/bin/BinSettings.tsx index c65bd31..413ac1f 100644 --- a/src/bin/BinSettings.tsx +++ b/src/bin/BinSettings.tsx @@ -2222,11 +2222,13 @@ export default function BinSettings(props: Props) { - {!isCustomInventory && ( Moisture + {isCustomInventory && ( + You are using a custom Grain type, the drying estimate may not be accurate + )} - )} + ); };