/**
  * Build message text
  * Determine which notification and data to display
  *
  * @return string
  */
 public function getText()
 {
     return implode('<br><br>', $this->moduleChecks->getModuleCheckErrors());
 }