mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Fixed text for parent categories checkbox
This commit is contained in:
@@ -212,7 +212,7 @@ class EditPartForm(HelperForm):
|
||||
|
||||
parent_category_templates = forms.BooleanField(required=False,
|
||||
initial=False,
|
||||
label=_('Include parent category parameter templates'),
|
||||
label=_('Include parent categories parameter templates'),
|
||||
widget=forms.HiddenInput())
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user