-
- {{ __('TO') }}:
-
-
{{ activity.data.recipients }}
-
,
-
- {{ __('CC') }}:
-
-
{{ activity.data.cc }}
-
,
-
- {{ __('BCC') }}:
-
-
{{ activity.data.bcc }}
+
+
+ {{ __('To') }}:
+ {{ activity.data.recipients }}
+ ,
+
+ {{ __('CC') }}:
+
+ {{ activity.data.cc }}
+ ,
+
+ {{ __('BCC') }}:
+
+ {{ activity.data.bcc }}
+
+
+ {{ __('Subject') }}:
+ {{ activity.data.subject }}
+
+
.')
- .updateAttributes('paragraph', {class:'reply-to-content'})
+ .updateAttributes('paragraph', { class: 'reply-to-content' })
.insertContent(repliedMessage)
.focus('all')
.insertContentAt(0, { type: 'paragraph' })