From: Roland Häder Date: Thu, 18 May 2017 21:23:52 +0000 (+0200) Subject: Opps, wrong bait, wrong fish. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fab683cc77901d9c278840de5c57ed1415e4da30;p=hub.git Opps, wrong bait, wrong fish. Signed-off-by: Roland Häder --- diff --git a/application/hub/class_ApplicationHelper.php b/application/hub/class_ApplicationHelper.php index e557efd9b..5b19d0bbd 100644 --- a/application/hub/class_ApplicationHelper.php +++ b/application/hub/class_ApplicationHelper.php @@ -167,9 +167,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica */ public function setupApplicationData () { // Set all application data - $this->setAppName('Unit tests and more'); + $this->setAppName('Generic Object Sharing Hub'); $this->setAppVersion('0.0.0'); - $this->setAppShortName('tests'); + $this->setAppShortName('hub'); } /**