Skip to content

Commit

Permalink
Use pht
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Sep 3, 2024
1 parent 39e4652 commit a2ae5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/PhutilCustomProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit a2ae5f7

Please sign in to comment.