← All changes
|
app/Elementor/Widgets/Checkout/CheckoutLoginForm.php
+1
-1
2.2.2
→
3.2.6
View file →
| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | * @param array $data default array. |
| 27 | 27 | * @param mixed $args default arg. |
| 28 | 28 | */ |
| 29 | 29 | public function __construct( $data = [], $args = null ) { |
| 30 | - $this->rtsb_name = esc_html__( 'Login Form', 'shopbuilder' ); | |
| 30 | + $this->rtsb_name = esc_html__( 'Checkout Login Form', 'shopbuilder' ); | |
| 31 | 31 | $this->rtsb_base = 'rtsb-checkout-login-form'; |
| 32 | 32 | parent::__construct( $data, $args ); |
| 33 | 33 | } |
| 34 | 34 | |