#11843 Warning added message in cloud view
This commit is contained in:
parent
3f0f6f8c44
commit
f275cde745
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue