mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix spelling
This commit is contained in:
parent
0ece82c812
commit
a617b8b158
@ -43,7 +43,7 @@ class PluginConfigInstallSerializer(serializers.Serializer):
|
|||||||
url = serializers.CharField(
|
url = serializers.CharField(
|
||||||
required=False,
|
required=False,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
label=_('source URL'),
|
label=_('Source URL'),
|
||||||
help_text=_('Source for the package - this can be a custom registry or a VCS path')
|
help_text=_('Source for the package - this can be a custom registry or a VCS path')
|
||||||
)
|
)
|
||||||
packagename = serializers.CharField(
|
packagename = serializers.CharField(
|
||||||
|
Loading…
Reference in New Issue
Block a user