app->trans('Update of your email address on %application%', ['%application%' => $this->getPhraseanetTitle()]); } /** * {@inheritdoc} */ public function getMessage() { return sprintf("%s\n%s\n%s", $this->app->trans('Dear %user%,', ['%user%' => $this->receiver->getName()]), $this->app->trans('Your contact email address has been updated'), $this->message ); } /** * {@inheritdoc} */ public function getButtonText() { return $this->getPhraseanetTitle(); } /** * {@inheritdoc} */ public function getButtonURL() { return $this->app->url('root'); } }