Skip to content

Update toNounSeriesText to not escape text

Justin Boyson requested to merge jdb/fix-wrongly-escaped-ampersand into master

What does this MR do?

Related to: #207205 (closed)

sprintf defaults to escaping parameters with lodash.escape. In the context of this MR (displaying approvers) escaping these characters does not make sense.

Screenshots

Existing issue:

image

Fixed:

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Justin Boyson

Merge request reports