#11843 Warning added message in cloud view

This commit is contained in:
Jorge Rincon 2023-08-14 11:50:06 +02:00
parent 3f0f6f8c44
commit f275cde745
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ class Cloud extends Wizard
echo '<div class="app_mssg"><i>*'.__('All company names used here are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.').'</i></div>';
}
// Print Warning Message.
$this->printWarningMessage();
return $result;
}