diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index 38232fb20..fb854d113 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -21,7 +21,7 @@ define('TERMS_AND_CONDITIONS_URL' , 'https://github.com/LibreTime/libretime/bl define('PRIVACY_POLICY_URL' , 'https://github.com/LibreTime/code-of-conduct/blob/master/CODE_OF_CONDUCT.md'); define('USER_MANUAL_URL' , 'http://libretime.org/'); define('ABOUT_AIRTIME_URL' , 'http://libretime.org'); -define('AIRTIME_TRANSIFEX_URL' , 'http://libretime.org/translating/'); +define('LIBRETIME_CONTRIBUTE_URL' , 'https://libretime.org/contribute'); define('LIBRETIME_DISCOURSE_URL' , 'https://discourse.libretime.org'); define('UI_REVAMP_EMBED_URL' , 'https://www.youtube.com/embed/nqpNnCKGluY'); define('LIBRETIME_WHATS_NEW_URL' , 'https://github.com/LibreTime/libretime/releases'); diff --git a/airtime_mvc/application/configs/navigation.php b/airtime_mvc/application/configs/navigation.php index b839958b7..c6acf0c61 100644 --- a/airtime_mvc/application/configs/navigation.php +++ b/airtime_mvc/application/configs/navigation.php @@ -179,8 +179,8 @@ $pages[] = array( 'target' => "_blank" ), array( - 'label' => _('Help Translate Libretime'), - 'uri' => AIRTIME_TRANSIFEX_URL, + 'label' => _('Contribute to LibreTime'), + 'uri' => LIBRETIME_CONTRIBUTE_URL, 'target' => "_blank" ), array(