Skip to content

Commit

Permalink
Tweak : Conversion center - Contact button - updated copy for typing …
Browse files Browse the repository at this point in the history
…animation control
  • Loading branch information
willhowat committed Jun 11, 2024
1 parent fe848a2 commit 800a83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/conversion-center/base/widget-contact-button-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -620,10 +620,10 @@ protected function add_message_bubble_section(): void {
$this->add_control(
'chat_button_show_animation',
[
'label' => esc_html__( 'Display Typing Animation', 'elementor' ),
'label' => esc_html__( 'Typing Animation', 'elementor' ),
'type' => Controls_Manager::SWITCHER,
'label_on' => esc_html__( 'Yes', 'elementor' ),
'label_off' => esc_html__( 'No', 'elementor' ),
'label_on' => esc_html__( 'Show', 'elementor' ),
'label_off' => esc_html__( 'Hide', 'elementor' ),
'return_value' => 'yes',
'default' => 'yes',
]
Expand Down

0 comments on commit 800a83b

Please sign in to comment.