Skip to content

Commit

Permalink
Merge pull request #6317 from bgeuken/update_error_messages_in_xml_re…
Browse files Browse the repository at this point in the history
…sponse

Put user provided request number in apostrophes
  • Loading branch information
hennevogel committed Nov 21, 2018
2 parents 9bdbfea + 7b615c1 commit 974e2fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create
render_error(
status: 400,
errorcode: 'invalid_request',
message: "Could not assign requests #{unassigned_requests.to_sentence} to #{@staging_project}."
message: "Could not assign requests '#{unassigned_requests.to_sentence}' to #{@staging_project}."
)
end
end
Expand Down

0 comments on commit 974e2fc

Please sign in to comment.