diff options
-rw-r--r-- | langs/report_tx_git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index af2731c59..952197195 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -343,7 +343,7 @@ function build_transifex_link($tx_language_code, $link_name = NULL, $tx_category // Transifex cripled direct link access in a new version in a way that limiting // the result by the category or resource name is no longer possible // $prefix = "<a href=\"http://www.transifex.com/organization/MageiaLinux/dashboard/all_resources"; - $prefix = "<a href=\"https://www.transifex.com/MageiaLinux/mageia/language/"; + $prefix = "<a href=\"https://www.transifex.com/MageiaLinux/mageia/language"; // $transifex_url = "$prefix/$tx_language_code/#1/?"; $transifex_url = "$prefix/$tx_language_code/"; /* if(!is_null($tx_resource_name)) { |