Skip to content

Commit 26fc06b

Browse files
committed
Fixes #20248: Tweak help text to avoid error when compiling translations
1 parent 9bc60a1 commit 26fc06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/ipam/models/ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ class IPRange(ContactsMixin, PrimaryModel):
548548
mark_utilized = models.BooleanField(
549549
verbose_name=_('mark utilized'),
550550
default=False,
551-
help_text=_("Report space as 100% utilized")
551+
help_text=_("Report space as fully utilized")
552552
)
553553

554554
clone_fields = (

0 commit comments

Comments
 (0)