XF 2.1 Removing prefix from watched forum/thread reply

JoyFreak

Well-known member
Before I make a mess of things would I need to remove what's in red to remove prefixes in the title of an email? Not sure if I need to remove that and the dot as well? or?
<mail:subject>
{{ phrase('new_message_in_watched_forum_x', {
'title': prefix('thread', $thread, 'escaped') . $thread.title
}) }}
</mail:subject>

Many thanks!
 
Top Bottom