fix spelling
This commit is contained in:
parent
0ece82c812
commit
a617b8b158
|
|
@ -43,7 +43,7 @@ class PluginConfigInstallSerializer(serializers.Serializer):
|
|||
url = serializers.CharField(
|
||||
required=False,
|
||||
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')
|
||||
)
|
||||
packagename = serializers.CharField(
|
||||
|
|
|
|||
Loading…
Reference in New Issue