|
@@ -548,7 +548,7 @@ class IPRange(ContactsMixin, PrimaryModel):
|
|
|
mark_utilized = models.BooleanField(
|
|
mark_utilized = models.BooleanField(
|
|
|
verbose_name=_('mark utilized'),
|
|
verbose_name=_('mark utilized'),
|
|
|
default=False,
|
|
default=False,
|
|
|
- help_text=_("Report space as 100% utilized")
|
|
|
|
|
|
|
+ help_text=_("Report space as fully utilized")
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
clone_fields = (
|
|
clone_fields = (
|