Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Label in Settings on woocommerce_securesubmit_fraud_velocity_timeout #202

Open
tflight opened this issue Jul 17, 2023 · 0 comments

Comments

@tflight
Copy link
Contributor

tflight commented Jul 17, 2023

In the Settings form within WooCommerce There is a text field labeled 'Notification Email Address' with a default value of '10' that has helper text "The amount of time (in minutes) before recent failures are ignored". This doesn't match and it appears the field registration was probably copied/pasted from the Notification Email Address field and the title value wasn't changed here:

'fraud_velocity_timeout' => array(
'title' => __('Notification Email Address', 'wc_securesubmit'),
'type' => 'text',
'description' => __('The amount of time (in minutes) before recent failures are ignored.', 'wc_securesubmit'),
'default' => __('10', 'wc_securesubmit'),
'class' => 'anti-fraud',
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant