This commit is contained in:
Rick Carlino 2017-09-28 09:15:43 -05:00
parent dcccf18c8f
commit 79aed83ff0

View file

@ -13,7 +13,7 @@ export interface LabsFeature {
export const fetchLabFeatures = (): LabsFeature[] => ([
{
name: "Weed Detection",
description: "Plots points of weeds in the garden.",
description: "Plots the location of weeds on the garden map.",
storageKey: BooleanSetting.weedDetector,
value: false
}