File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ public function toMail($notifiable) {
7070 ->from ($ mailFrom )
7171 ->subject ($ mailSubject )
7272 ->line (Lang::get ('A message via the wikibase.cloud form for reporting illegal content has been submitted. ' ))
73- ->line (Lang::get ('Reporter name: ' ) . $ name )
74- ->line (Lang::get ('Reporter email address: ' ) . $ mailAddress )
75- ->line (Lang::get ('Reason why the information in question is illegal content: ' ))
73+ ->line (' ** ' . Lang::get ('Reporter name: ' ) . ' ** ' . $ name )
74+ ->line (' ** ' . Lang::get ('Reporter email address: ' ) . ' ** ' . $ mailAddress )
75+ ->line (' ** ' . Lang::get ('Reason why the information in question is illegal content: ' ) . ' ** ' )
7676 ->line ($ this ->reason )
77- ->line (Lang::get ('URL(s) for the content in question: ' ))
77+ ->line (' ** ' . Lang::get ('URL(s) for the content in question: ' ) . ' ** ' )
7878 ->line ($ this ->offendingUrls )
7979 ->line ('--- ' );
8080 }
You can’t perform that action at this time.
0 commit comments