From 0bc27333c29d9b6cd7f22adc8d03fa35c5aef412 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Tue, 29 Apr 2025 21:20:06 +0000 Subject: [PATCH] modified plugin `Cloudron SSO` version 1.0.0 --- wp-content/plugins/cloudron-sso/cloudron-sso.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/plugins/cloudron-sso/cloudron-sso.php b/wp-content/plugins/cloudron-sso/cloudron-sso.php index 8b79ddf7..f1b502c4 100644 --- a/wp-content/plugins/cloudron-sso/cloudron-sso.php +++ b/wp-content/plugins/cloudron-sso/cloudron-sso.php @@ -36,8 +36,7 @@ * Change login button text */ add_filter('openid-connect-generic-login-button-text', function( $text ) { - $text = __('Login with Cloudron'); - + $text = __('Login with ') . getenv('CLOUDRON_OIDC_PROVIDER_NAME') ?: "Cloudron"; return $text; });