diff --git a/classes/views/frm-settings/payments.php b/classes/views/frm-settings/payments.php index 8753b5d42e..8d2638103e 100644 --- a/classes/views/frm-settings/payments.php +++ b/classes/views/frm-settings/payments.php @@ -37,6 +37,7 @@ function ( $section ) { $label_params = array( 'for' => "frm_toggle_{$key}_settings", 'class' => 'frm_payment_settings_tab', + 'role' => 'tab', 'tabindex' => '0', 'aria-selected' => $is_active ? 'true' : 'false', );