diff --git a/wpct-http-backend.php b/wpct-http-backend.php index fc367ecadacc139de53c913b4d08d1b4447980b7..1a05e6cac6f9124e1b9d67511191be66a3365fa5 100755 --- a/wpct-http-backend.php +++ b/wpct-http-backend.php @@ -37,7 +37,7 @@ class Wpct_Http_Backend extends Abstract\Plugin protected $textdomain = 'wpct-http-backend'; protected $dependencies = [ 'JWT Authentication for WP-API' => '<a href="https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/">JWT Authentication for WP-API</a>', - 'Wpct i18n' => '<a href="https://git.coopdevs.org/codeccoop/wp/wpct-string-translation/">Wpct String Translation</a>', + 'Wpct i18n' => '<a href="https://git.coopdevs.org/codeccoop/wp/wpct-i18n/">Wpct i18n</a>', ]; public static function activate()