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 );
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