summaryrefslogtreecommitdiff
path: root/app/views/notify/_reassigned_issuable_email.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-14 15:08:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-14 15:08:04 +0000
commit8c4225a66b12683bcf1bba9bb9328fcf65395b6d (patch)
treed3b583abd26fcbbcbf0db828aee2b940414e1649 /app/views/notify/_reassigned_issuable_email.html.haml
parent075c890053f626018ba680e4da21a93743acb244 (diff)
downloadgitlab-ce-8c4225a66b12683bcf1bba9bb9328fcf65395b6d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/notify/_reassigned_issuable_email.html.haml')
-rw-r--r--app/views/notify/_reassigned_issuable_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/_reassigned_issuable_email.html.haml b/app/views/notify/_reassigned_issuable_email.html.haml
index 54e51e07c86..ead8e5d0a7e 100644
--- a/app/views/notify/_reassigned_issuable_email.html.haml
+++ b/app/views/notify/_reassigned_issuable_email.html.haml
@@ -1,4 +1,4 @@
-- to_names = content_tag(:strong, issuable.assignees.any? ? sanitize_name(issuable.assignee_list) : s_('Unassigned'))
+- to_names = content_tag(:strong, issuable.assignees.any? ? sanitize_name(issuable.assignee_list) : _('Unassigned'))
%p
- if previous_assignees.any?