From a2ae5f7480539dc10e899a3184ed1ce1e9c543ae Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Wed, 4 Sep 2024 00:37:11 +0800 Subject: [PATCH] Use pht --- src/proxy/PhutilCustomProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy/PhutilCustomProxy.php b/src/proxy/PhutilCustomProxy.php index 87d687c..c9c78f3 100644 --- a/src/proxy/PhutilCustomProxy.php +++ b/src/proxy/PhutilCustomProxy.php @@ -4,7 +4,7 @@ class PhutilCustomProxy extends PhutilHTTPEngineExtension { public const EXTENSIONKEY = 'CustomProxy'; public function getExtensionName() { - return 'CustomProxy'; + return pht( 'CustomProxy' ); } public function getHTTPProxyURI( PhutilURI $uri ) {