diff --git a/vendor/loco-translate/src/hooks/AdminHooks.php b/vendor/loco-translate/src/hooks/AdminHooks.php index 09dfedc..d885b30 100644 --- a/vendor/loco-translate/src/hooks/AdminHooks.php +++ b/vendor/loco-translate/src/hooks/AdminHooks.php @@ -100,7 +100,7 @@ class Loco_hooks_AdminHooks extends Loco_hooks_Hookable { } // ok to add "translate" link into meta row $href = Loco_mvc_AdminRouter::generate('plugin-view', array( 'bundle' => $plugin) ); - $links[] = ''.esc_html__('Translate','loco-translate').''; + $links[] = '翻译校准'; } } catch( Exception $e ){