Skip to content

Commit dcd3f09

Browse files
committed
#13230: Tweak field description
1 parent 7cec4e9 commit dcd3f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox/dcim/models/devices.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ class DeviceType(ImageAttachmentsMixin, PrimaryModel, WeightMixin):
109109
exclude_from_utilization = models.BooleanField(
110110
default=False,
111111
verbose_name=_('exclude from utilization'),
112-
help_text=_('Exclude from rack utilization calculations.')
112+
help_text=_('Devices of this type are excluded when calculating rack utilization.')
113113
)
114114
is_full_depth = models.BooleanField(
115115
default=True,
116116
verbose_name=_('is full depth'),
117-
help_text=_('Device consumes both front and rear rack faces')
117+
help_text=_('Device consumes both front and rear rack faces.')
118118
)
119119
subdevice_role = models.CharField(
120120
max_length=50,

0 commit comments

Comments
 (0)