]> git.mxchange.org Git - hub.git/commitdiff
Opps, wrong bait, wrong fish.
authorRoland Häder <roland@mxchange.org>
Thu, 18 May 2017 21:23:52 +0000 (23:23 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:49:57 +0000 (18:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/class_ApplicationHelper.php

index e557efd9b4231cf3620ae8f4152022abbcfec699..5b19d0bbd89e8ca16e2abcaf65a8c4d0223e77be 100644 (file)
@@ -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');
        }
 
        /**