Fix: notify locale on reassigned issueable email
Merged
requested to merge gitlab-jh/jh-team/gitlab:fix/notify-locale-on-reassigned-issuable-email into master
Compare changes
Files
2- Wu Jeremy authored
- to_names = content_tag(:strong, issuable.assignees.any? ? sanitize_name(issuable.assignee_list) : s_('Unassigned')).html_safe
= html_escape(s_('Notify|Assginee changed from %{fromNames} to %{toNames}').html_safe % { fromNames: content_tag(:strong, sanitize_name(previous_assignees.map(&:name).to_sentence)), toNames: to_names })