mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
fixed typo in cluster bulk edit #14936
This commit is contained in:
parent
88d1dccf94
commit
624d3e0c8d
@ -96,7 +96,7 @@ class ClusterBulkEditForm(NetBoxModelBulkEditForm):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
description = forms.CharField(
|
description = forms.CharField(
|
||||||
label=_('Site'),
|
label=_('Description'),
|
||||||
max_length=200,
|
max_length=200,
|
||||||
required=False
|
required=False
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user