Skip to content

Commit

Permalink
update label
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmdiu committed Dec 5, 2023
1 parent 25bdf2d commit 8285505
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions EmbedPress/Includes/Classes/Extend_Elementor_Controls.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ public function extend_elementor_share_and_lock_controls($that, $infix = '', $pr
$that->start_controls_section(
'embedpress_adManager',
[
'label' => esc_html__('EP Ad Manager', 'embedpress'),
'label' => esc_html__('EP Ads Settings', 'embedpress'),
]
);
$that->add_control(
'adManager',
[
'label' => sprintf(__('Ad Manager %s', 'embedpress'), $pro_text),
'label' => sprintf(__('Ads Settings %s', 'embedpress'), $pro_text),
'type' => \Elementor\Controls_Manager::SWITCHER,
'label_on' => __('Yes', 'embedpress'),
'label_off' => __('No', 'embedpress'),
Expand Down
Loading

0 comments on commit 8285505

Please sign in to comment.