Commit 57f9078a authored by Iñaki Malerba's avatar Iñaki Malerba Committed by Peter Hegman

Merged MR notification: Fix sprintf evaluation

Fix author name renderization on "Merge request was merged"
notification.

Fixes: https://gitlab.com/gitlab-org/gitlab/-/issues/358386

Changelog: fixed
parent 395c6b95
......@@ -4,6 +4,6 @@
= merge_path_description(@merge_request, 'to')
sprintf(s_('Notify|Author: %{author_name}'), { author_name: sanitize_name(@merge_request.author_name) })
= sprintf(s_('Notify|Author: %{author_name}'), { author_name: sanitize_name(@merge_request.author_name) })
= assignees_label(@merge_request)
= reviewers_label(@merge_request)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment