diff --git a/ereuse_devicehub/resources/device/models.py b/ereuse_devicehub/resources/device/models.py index e8ebc62a..3a91bc36 100644 --- a/ereuse_devicehub/resources/device/models.py +++ b/ereuse_devicehub/resources/device/models.py @@ -107,7 +107,7 @@ class Device(Thing): image.comment = "An image of the device." allocated = db.Column(Boolean, default=False) - allocated.comment = "An image of the device." + allocated.comment = "device is allocated or not." _NON_PHYSICAL_PROPS = { 'id',