From 43a1949501cbc69add6b432b5340ebc43a5e5f42 Mon Sep 17 00:00:00 2001 From: Mehraz Morshed Date: Mon, 25 Nov 2024 14:23:10 +0600 Subject: [PATCH 1/3] text-domain corrected in EmbedPress/Includes/Traits/Shared.php --- EmbedPress/Includes/Traits/Shared.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EmbedPress/Includes/Traits/Shared.php b/EmbedPress/Includes/Traits/Shared.php index 00a7f3ab..272cb5d2 100644 --- a/EmbedPress/Includes/Traits/Shared.php +++ b/EmbedPress/Includes/Traits/Shared.php @@ -86,18 +86,18 @@ public function notices() 'later' => array( 'link' => 'https://wordpress.org/support/plugin/embedpress/reviews/', 'target' => '_blank', - 'label' => __('Ok, you deserve it!', 'wp-scheduled-posts'), + 'label' => __('Ok, you deserve it!', 'embedpress'), 'icon_class' => 'dashicons dashicons-external', ), 'allready' => array( - 'label' => __('I already did', 'wp-scheduled-posts'), + 'label' => __('I already did', 'embedpress'), 'icon_class' => 'dashicons dashicons-smiley', 'attributes' => [ 'data-dismiss' => true ], ), 'maybe_later' => array( - 'label' => __('Maybe Later', 'wp-scheduled-posts'), + 'label' => __('Maybe Later', 'embedpress'), 'icon_class' => 'dashicons dashicons-calendar-alt', 'attributes' => [ 'data-later' => true @@ -105,11 +105,11 @@ public function notices() ), 'support' => array( 'link' => 'https://wpdeveloper.com/support', - 'label' => __('I need help', 'wp-scheduled-posts'), + 'label' => __('I need help', 'embedpress'), 'icon_class' => 'dashicons dashicons-sos', ), 'never_show_again' => array( - 'label' => __('Never show again', 'wp-scheduled-posts'), + 'label' => __('Never show again', 'embedpress'), 'icon_class' => 'dashicons dashicons-dismiss', 'attributes' => [ 'data-dismiss' => true From 20f88d9262ba29e518406b55b9bf45067eeb4381 Mon Sep 17 00:00:00 2001 From: Mehraz Morshed Date: Mon, 25 Nov 2024 14:25:20 +0600 Subject: [PATCH 2/3] text-domain corrected in EmbedPress/Ends/Back/Settings/templates/spotify.php --- EmbedPress/Ends/Back/Settings/templates/spotify.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EmbedPress/Ends/Back/Settings/templates/spotify.php b/EmbedPress/Ends/Back/Settings/templates/spotify.php index cc07c485..ca6e0caf 100644 --- a/EmbedPress/Ends/Back/Settings/templates/spotify.php +++ b/EmbedPress/Ends/Back/Settings/templates/spotify.php @@ -9,20 +9,20 @@ ?>
-

+

- +
From 3985f4476db8d2ae0ca3aa8502416cc20975eb40 Mon Sep 17 00:00:00 2001 From: Mehraz Morshed Date: Mon, 25 Nov 2024 14:26:52 +0600 Subject: [PATCH 3/3] text-domain corrected in EmbedPress/Includes/Classes/Elementor_Enhancer.php --- EmbedPress/Includes/Classes/Elementor_Enhancer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EmbedPress/Includes/Classes/Elementor_Enhancer.php b/EmbedPress/Includes/Classes/Elementor_Enhancer.php index 00072ad3..981f2cdc 100644 --- a/EmbedPress/Includes/Classes/Elementor_Enhancer.php +++ b/EmbedPress/Includes/Classes/Elementor_Enhancer.php @@ -327,9 +327,9 @@ public static function wistia( $embed, $setting ) { ]; $labels = [ - 'watch_from_beginning' => __( 'Watch from the beginning', 'embedpress-pro' ), - 'skip_to_where_you_left_off' => __( 'Skip to where you left off', 'embedpress-pro' ), - 'you_have_watched_it_before' => __( 'It looks like you\'ve watched
part of this video before!', 'embedpress-pro' ), + 'watch_from_beginning' => __( 'Watch from the beginning', 'embedpress' ), + 'skip_to_where_you_left_off' => __( 'Skip to where you left off', 'embedpress' ), + 'you_have_watched_it_before' => __( 'It looks like you\'ve watched
part of this video before!', 'embedpress' ), ]; $labels = json_encode( $labels );