From d6195027fb2364f2b3cec2bc3bd9a225d8f0ac1a Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 21 May 2024 12:19:34 +0600 Subject: [PATCH] Update Embedpress_Elementor.php --- EmbedPress/Elementor/Widgets/Embedpress_Elementor.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EmbedPress/Elementor/Widgets/Embedpress_Elementor.php b/EmbedPress/Elementor/Widgets/Embedpress_Elementor.php index 8bc26fb4..31d5b578 100644 --- a/EmbedPress/Elementor/Widgets/Embedpress_Elementor.php +++ b/EmbedPress/Elementor/Widgets/Embedpress_Elementor.php @@ -2991,7 +2991,7 @@ public function init_instafeed_control_section() $this->add_control( 'instafeedProfileImage', [ - 'label' => __('Profile Image', 'embedpress'), + 'label' => __('Profile Image', 'embedpress'), 'type' => Controls_Manager::SWITCHER, 'label_block' => false, 'return_value' => 'yes', @@ -3005,8 +3005,9 @@ public function init_instafeed_control_section() $this->add_control( "instafeedProfileImageUrl", [ - 'label' => __('Image', 'embedpress'), + 'label' => sprintf(__('Image %s', 'embedpress'), $this->pro_text), 'type' => Controls_Manager::MEDIA, + 'classes' => $this->pro_class, 'dynamic' => [ 'active' => false, ],