mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Change credentials error message
This commit is contained in:
parent
73caae97d6
commit
c9b3479cf6
1 changed files with 1 additions and 1 deletions
|
@ -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' ),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue