瀏覽代碼

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

Fixes #20248: Tweak help text to avoid error when compiling translations
bctiemann 4 月之前
父節點
當前提交
91d5d284ca
共有 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 = (