Skip to content

Commit 6a679bc

Browse files
Fix text domain
1 parent 248f2e8 commit 6a679bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/core/class-rfw-payment-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RFW_Payment_Gateway extends WC_Payment_Gateway {
1616
public function __construct() {
1717
$this->id = RFW_PLUGIN_ID;
1818
$this->method_title = __( 'Resolve', 'resolve' );
19-
$this->method_description = __( 'A payment gateway for Resolve.', 'kekspay' );
19+
$this->method_description = __( 'A payment gateway for Resolve.', 'resolve' );
2020
$this->has_fields = true;
2121

2222
$this->init_form_fields();

includes/settings/rfw-settings-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
'desc_tip' => true,
103103
],
104104
'advanced-settings' => [
105-
'title' => __( 'Advanced settings', 'kekspay' ),
105+
'title' => __( 'Advanced settings', 'resolve' ),
106106
'type' => 'title',
107107
'description' => '',
108108
],

0 commit comments

Comments
 (0)