Преглед изворни кода

Fixes #20248: Tweak help text to avoid error when compiling translations

Jeremy Stretch пре 4 месеци
родитељ
комит
26fc06b817
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      netbox/ipam/models/ip.py

+ 1 - 1
netbox/ipam/models/ip.py

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