From fcbf91431e9f75548e5a8576ccc33d8a62cc33cb Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Mon, 11 Dec 2023 12:19:00 +0100 Subject: [PATCH] Dev Text fixes --- application/core/plugins/AzureOAuthSMTP/AzureOAuthSMTP.php | 2 +- application/core/plugins/GoogleOAuthSMTP/GoogleOAuthSMTP.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()