diff --git a/src/deprecated/v2/block/blog-posts/attributes.php b/src/deprecated/v2/block/blog-posts/attributes.php index f46c28b140..15c09b5b1c 100644 --- a/src/deprecated/v2/block/blog-posts/attributes.php +++ b/src/deprecated/v2/block/blog-posts/attributes.php @@ -1842,11 +1842,11 @@ function stackable_blog_posts_attributes_v2() { ), 'nextLabel' => array( 'type' => 'string', - 'default' => __( 'Next »', 'stackable' ), + 'default' => __( 'Next »', STACKABLE_I18N ), ), 'previousLabel' => array( 'type' => 'string', - 'default' => __( '« Previous', 'stackable' ), + 'default' => __( '« Previous', STACKABLE_I18N ), ), 'showNextPrevious' => array( 'type' => 'boolean',