diff --git a/README.md b/README.md index d38f0ea..2ddb0c6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Portal +AccountHub ====== -Portal is a web application enabling secure self-serve account management. +AccountHub is a web application enabling secure self-serve account management. Employees can change their password and manage other web apps they have access to with the dashboard. -https://biz.netsyms.com/portal \ No newline at end of file +https://biz.netsyms.com/accounthub \ No newline at end of file diff --git a/apps/sync_mobile.php b/apps/sync_mobile.php index 98fe01f..4b68126 100644 --- a/apps/sync_mobile.php +++ b/apps/sync_mobile.php @@ -8,7 +8,7 @@ if (MOBILE_ENABLED) { addMultiLangStrings(["en_us" => [ "sync mobile" => "Sync Mobile App", "scan sync qrcode" => "Scan this code with the mobile app or enter the code manually.", - "sync explained" => "Access your account and apps on the go. Use a sync code to securely connect your phone or tablet to Portal with the Netsyms Business mobile app.", + "sync explained" => "Access your account and apps on the go. Use a sync code to securely connect your phone or tablet to AccountHub with the Netsyms Business mobile app.", "generate sync" => "Create new sync code", "active sync codes" => "Active codes", "no active codes" => "No active codes.", diff --git a/composer.json b/composer.json index b0f582d..7d743e2 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "netsyms/business-portal", + "name": "netsyms/accounthub", "description": "Single-sign-on system and dashboard for Netsyms Business Apps", "type": "project", "require": { diff --git a/home.php b/home.php index 3d602f9..003f707 100644 --- a/home.php +++ b/home.php @@ -41,7 +41,7 @@ if (!is_empty($_GET['page'])) { -