Skip to content

Commit 481a57c

Browse files
authored
Update attributes.php
1 parent cfefc88 commit 481a57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deprecated/v2/block/blog-posts/attributes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,11 +1842,11 @@ function stackable_blog_posts_attributes_v2() {
18421842
),
18431843
'nextLabel' => array(
18441844
'type' => 'string',
1845-
'default' => __( 'Next »', 'stackable' ),
1845+
'default' => __( 'Next »', STACKABLE_I18N ),
18461846
),
18471847
'previousLabel' => array(
18481848
'type' => 'string',
1849-
'default' => __( '« Previous', 'stackable' ),
1849+
'default' => __( '« Previous', STACKABLE_I18N ),
18501850
),
18511851
'showNextPrevious' => array(
18521852
'type' => 'boolean',

0 commit comments

Comments
 (0)