diff --git a/woocommerce-imobanco/includes/creditcard.php b/woocommerce-imobanco/includes/creditcard.php index 494f2f4..c21366a 100644 --- a/woocommerce-imobanco/includes/creditcard.php +++ b/woocommerce-imobanco/includes/creditcard.php @@ -59,7 +59,7 @@ public function init_form_fields() { 'title' => __( 'Title', $this->domain ), 'type' => 'text', 'description' => __( 'This controls the title which the user sees during checkout.', $this->domain ), - 'default' => __( 'Custom Payment', $this->domain ), + 'default' => __( 'Cartão de Crédito', $this->domain ), 'desc_tip' => true, ), 'order_status' => array( @@ -75,7 +75,7 @@ public function init_form_fields() { 'title' => __( 'Description', $this->domain ), 'type' => 'textarea', 'description' => __( 'Payment method description that the customer will see on your checkout.', $this->domain ), - 'default' => __('Payment Information', $this->domain), + 'default' => __('Informação do método de pagamento', $this->domain), 'desc_tip' => true, ), 'instructions' => array( diff --git a/woocommerce-imobanco/includes/forms/creditcard_form.php b/woocommerce-imobanco/includes/forms/creditcard_form.php index 2c1a012..cd997af 100644 --- a/woocommerce-imobanco/includes/forms/creditcard_form.php +++ b/woocommerce-imobanco/includes/forms/creditcard_form.php @@ -23,7 +23,7 @@
- $fee): ?>