Skip to content

Commit 91d5d28

Browse files
authored
Merge pull request #20464 from netbox-community/20248-fix-translation-error
Fixes #20248: Tweak help text to avoid error when compiling translations
2 parents c4dcc62 + 26fc06b commit 91d5d28

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)