summaryrefslogtreecommitdiff
path: root/app/views/notify/resolved_all_discussions_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/resolved_all_discussions_email.html.haml')
-rw-r--r--app/views/notify/resolved_all_discussions_email.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/notify/resolved_all_discussions_email.html.haml b/app/views/notify/resolved_all_discussions_email.html.haml
index 209415e0aee..78dc21caf18 100644
--- a/app/views/notify/resolved_all_discussions_email.html.haml
+++ b/app/views/notify/resolved_all_discussions_email.html.haml
@@ -1,3 +1,2 @@
%p
- All discussions on merge request #{merge_request_reference_link(@merge_request)}
- were resolved by #{sanitize_name(@resolved_by.name)}
+ = s_('Notify|All discussions on merge request %{mr_link} were resolved by %{name}').html_safe % { mr_link: merge_request_reference_link(@merge_request), name: sanitize_name(@resolved_by.name) }