From 272c295974331b4bb07dbeb7501f829a36ab5b0d Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Wed, 8 Mar 2017 16:26:18 +0100 Subject: [PATCH] Update naming and links in constants This is to get the help section to look better and point to somewhere users can find us. It also takes care of /dashboard/about and maybe more. Some of the links I'm adding are 404 as we have yet to write them, I'd rather link something we have under our control rather than legacy transifex or others. --- airtime_mvc/application/configs/constants.php | 44 +++++++++---------- .../application/configs/navigation.php | 2 +- airtime_mvc/application/models/Auth.php | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index f3ae0c97d..edfe88db9 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -1,31 +1,30 @@ _('What\'s New?'), - 'uri' => UI_REVAMP_YOUTUBE_URL, + 'uri' => LIBRETIME_WHATS_NEW_URL, 'target' => "_blank" ) ) diff --git a/airtime_mvc/application/models/Auth.php b/airtime_mvc/application/models/Auth.php index 01e73bf4e..c05421925 100644 --- a/airtime_mvc/application/models/Auth.php +++ b/airtime_mvc/application/models/Auth.php @@ -32,7 +32,7 @@ class Application_Model_Auth $message = sprintf(_("Hi %s, \n\nPlease click this link to reset your password: "), $user->getDbLogin()); $message .= "{$e_link_protocol}://{$e_link_base}:{$e_link_port}{$e_link_path}"; - $message .= sprintf(_pro("\n\nIf you have any problems, please contact our support team: %s"), SUPPORT_EMAIL_ADDRESS); + $message .= sprintf(_pro("\n\nIf you have any problems, please contact our support team: %s"), SUPPORT_ADDRESS); $message .= sprintf(_pro("\n\nThank you,\nThe %s Team"), SAAS_PRODUCT_BRANDING_NAME); $str = sprintf(_('%s Password Reset'), SAAS_PRODUCT_BRANDING_NAME);