Fixes #14934: Correct typo in label

This commit is contained in:
teapot 2024-01-25 21:30:34 +09:00 committed by GitHub
parent 487f1ccfde
commit ae07f56e42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ class DataSourceBulkEditForm(NetBoxModelBulkEditForm):
enabled = forms.NullBooleanField(
required=False,
widget=BulkEditNullBooleanSelect(),
label=_('Enforce unique space')
label=_('Enabled')
)
description = forms.CharField(
label=_('Description'),