mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 22:08:49 +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…
x
Reference in New Issue
Block a user