Skip to content

Commit

Permalink
Change topic reply text
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Jun 4, 2022
1 parent d4af5fe commit a9b44dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Forum/pages/forum/view_topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@
'user_id' => $user->data()->id,
'username' => $user->data()->username,
'nickname' => $user->data()->nickname,
'content' => $default_forum_language->get('forum', 'new_topic_reply_text', [
'forum' => $forum_parent[0]->forum_title,
'content' => $default_forum_language->get('forum', 'new_reply_in_topic', [
'topic' => $topic->topic_title,
'author' => $user->getDisplayname(),
]),
'content_full' => strip_tags(str_ireplace(['<br />', '<br>', '<br/>'], "\r\n", $content)),
Expand Down

0 comments on commit a9b44dc

Please sign in to comment.