diff --git a/application/core/plugins/AzureOAuthSMTP/AzureOAuthSMTP.php b/application/core/plugins/AzureOAuthSMTP/AzureOAuthSMTP.php index bf28bab5d27..1d2fffda475 100644 --- a/application/core/plugins/AzureOAuthSMTP/AzureOAuthSMTP.php +++ b/application/core/plugins/AzureOAuthSMTP/AzureOAuthSMTP.php @@ -265,7 +265,7 @@ protected function afterRefreshTokenRetrieved($provider, $token) */ protected function getDisplayName() { - return gT('Azure'); + return 'Azure; } /** diff --git a/application/core/plugins/GoogleOAuthSMTP/GoogleOAuthSMTP.php b/application/core/plugins/GoogleOAuthSMTP/GoogleOAuthSMTP.php index 3edb969003e..e71414fcdb9 100644 --- a/application/core/plugins/GoogleOAuthSMTP/GoogleOAuthSMTP.php +++ b/application/core/plugins/GoogleOAuthSMTP/GoogleOAuthSMTP.php @@ -219,7 +219,7 @@ public function beforeEmailDispatch() */ protected function getDisplayName() { - return gT('Google'); + return 'Google'; } public function beforePrepareRedirectToAuthPage()