Skip to content

Commit

Permalink
Merge pull request #6 from 10up/feature/contact-buttons-typing-animat…
Browse files Browse the repository at this point in the history
…ion-control-copy

Tweak: Contact Button - Copy change for typing animation control
  • Loading branch information
willhowat authored Jun 11, 2024
2 parents fe848a2 + 800a83b commit 3be6818
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 3be6818

Please sign in to comment.