diff --git a/modules/ppcp-onboarding/src/Assets/OnboardingAssets.php b/modules/ppcp-onboarding/src/Assets/OnboardingAssets.php index b05bd3023..8e4971cf0 100644 --- a/modules/ppcp-onboarding/src/Assets/OnboardingAssets.php +++ b/modules/ppcp-onboarding/src/Assets/OnboardingAssets.php @@ -122,7 +122,7 @@ class OnboardingAssets { 'current_state' => State::get_state_name( $this->state->current_state() ), 'current_env' => $this->environment->current_environment(), 'error_messages' => array( - 'no_credentials' => __( 'Enter the credentials.', 'woocommerce-paypal-payments' ), + 'no_credentials' => __( 'API credentials must be entered to save the settings.', 'woocommerce-paypal-payments' ), ), ); }