Skip to content

Commit

Permalink
Add textdomain to translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr committed Apr 18, 2019
1 parent 4170fe8 commit 84f4957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/wordpress-com-block-editor-iframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ function jetpack_enqueue_wpcom_block_editor_scripts() {
),
'isCalypsoify' => $is_calypsoify,
'richTextToolbar' => array(
'justify' => __( 'Justify' ),
'underline' => __( 'Underline' ),
'justify' => __( 'Justify', 'jetpack' ),
'underline' => __( 'Underline', 'jetpack' ),
),
)
);
Expand Down

0 comments on commit 84f4957

Please sign in to comment.