fix spelling

This commit is contained in:
Matthias 2021-11-18 16:26:07 +01:00
parent 0ece82c812
commit a617b8b158
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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(