diff --git a/src/App/Tracker/Controller/Comment/Ajax/Submit.php b/src/App/Tracker/Controller/Comment/Ajax/Submit.php index 6d1dca09f..698c1e227 100644 --- a/src/App/Tracker/Controller/Comment/Ajax/Submit.php +++ b/src/App/Tracker/Controller/Comment/Ajax/Submit.php @@ -47,8 +47,10 @@ protected function prepareResponse() // @todo removeMe :( $comment .= sprintf( - '
*You may blame the %2$s Application for transmitting this comment.*', - 'https://github.com/joomla/jissues', 'J!Tracker' + '
*You may blame the %2$s Application at %4$s for transmitting this comment.*', + 'https://github.com/joomla/jissues', 'J!Tracker', + $this->getContainer()->get('app')->get('uri')->base->full, + $this->getContainer()->get('app')->get('uri')->base->full ); $project = $this->getContainer()->get('app')->getProject();