From 10c847e8048055e37be2517a11425ea3425b02eb Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 17 Oct 2016 08:35:26 -0400 Subject: [PATCH] docs feedback for fojf incorporated --- awx/api/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/serializers.py b/awx/api/serializers.py index 4b5b411a08..a463a06064 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -2251,7 +2251,7 @@ class WorkflowNodeBaseSerializer(BaseSerializer): always_nodes = serializers.PrimaryKeyRelatedField(many=True, read_only=True) fail_on_job_failure = serializers.BooleanField( help_text=('If set to true, and if the job runs and fails, ' - 'the workflow will also be marked as failed.'), + 'the workflow is marked as failed.'), default=True) class Meta: