Hi,
yes, you can use Joomla template override feature, follow these steps
- Copy /components/com_jsn/views/profile/tmpl/default.php into /templates/your-template-folder/html/com_jsn/profile/default.php*
- Open new file /templates/your-template-folder/html/com_jsn/profile/default.php
- at line 12 you will the code to set title of page
$this->document->setTitle($this->document->title.' - '.JsnHelper::getFormatName($this->data));
* if you copy this file into template folder then when you update Easy Profile the file will not be overwritten (this is Joomla template override feature)