diff --git a/api/requests/serializers.py b/api/requests/serializers.py index 5b9be00b39a..ab99d36ba1e 100644 --- a/api/requests/serializers.py +++ b/api/requests/serializers.py @@ -116,7 +116,7 @@ def get_target_url(self, obj): class NodeRequestCreateSerializer(NodeRequestSerializer): request_type = ser.ChoiceField(read_only=False, required=False, choices=NodeRequestTypes.choices()) message_recipient = RelationshipField( - help_text='An optional user who will receive a an email explaining the nature of the request.', + help_text='An optional user who will receive an email explaining the nature of the request.', required=False, related_view='users:user-detail', related_view_kwargs={'user_id': ''},