diff --git a/index.php b/index.php
index f65b861..3b08234 100644
--- a/index.php
+++ b/index.php
@@ -70,8 +70,8 @@ class WP_CHINA_YES {
public function plugin_row_meta($links, $file) {
$base = plugin_basename(WP_CHINA_YES_BASE_FILE);
if ($file == $base) {
- $links[] = '发布地址';
- $links[] = 'GitHub';
+ $links[] = '项目主页';
+ $links[] = 'GitHub';
}
return $links;