Skip to content
Snippets Groups Projects

Fix: notify locale on reassigned issueable email

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
%p
%p
= _('Notify|Assignee changed')
= _('Notify|Assignee changed')
- if previous_assignees.any?
- if previous_assignees.any?
- # The reason we put namespace here is that 'from' and 'to' could be translated
-# The reason we put namespace here is that 'from' and 'to' could be translated
- # into different meanings in different context, for instance Chinese.
-# into different meanings in different context, for instance Chinese.
= _("Notify|from")
= _("Notify|from")
%strong= sanitize_name(previous_assignees.map(&:name).to_sentence)
%strong= sanitize_name(previous_assignees.map(&:name).to_sentence)
= _('Notify|to')
= _('Notify|to')
Loading