Skip to content

Commit

Permalink
Dev Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 11, 2023
1 parent f772789 commit fcbf914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/core/plugins/AzureOAuthSMTP/AzureOAuthSMTP.php
Expand Up @@ -265,7 +265,7 @@ protected function afterRefreshTokenRetrieved($provider, $token)
*/
protected function getDisplayName()
{
return gT('Azure');
return 'Azure;
}
/**
Expand Down
Expand Up @@ -219,7 +219,7 @@ public function beforeEmailDispatch()
*/
protected function getDisplayName()
{
return gT('Google');
return 'Google';
}

public function beforePrepareRedirectToAuthPage()
Expand Down

0 comments on commit fcbf914

Please sign in to comment.