Merge pull request #20464 from netbox-community/20248-fix-translation-error

Fixes #20248: Tweak help text to avoid error when compiling translations
This commit is contained in:
bctiemann 2025-10-01 20:45:42 -04:00 committed by GitHub
commit 91d5d284ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = (