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

Clean up stray references to old RackGroup model

This commit is contained in:
jeremystretch
2021-04-11 13:43:06 -04:00
parent 65ed047084
commit 0bce1da4e3
4 changed files with 7 additions and 7 deletions

View File

@@ -521,9 +521,9 @@ class LocationCSVForm(CustomFieldModelCSVForm):
queryset=Location.objects.all(),
required=False,
to_field_name='name',
help_text='Parent rack group',
help_text='Parent location',
error_messages={
'invalid_choice': 'Rack group not found.',
'invalid_choice': 'Location not found.',
}
)