1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

fixed typo in cluster bulk edit #14936

This commit is contained in:
Abhimanyu Saharan
2024-01-25 23:05:58 +05:30
committed by Jeremy Stretch
parent b9b4b8ae62
commit 3dc43861c5

View File

@ -96,7 +96,7 @@ class ClusterBulkEditForm(NetBoxModelBulkEditForm):
}
)
description = forms.CharField(
label=_('Site'),
label=_('Description'),
max_length=200,
required=False
)