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( description = forms.CharField(
label=_('Site'), label=_('Description'),
max_length=200, max_length=200,
required=False required=False
) )