Skip to content

Commit

Permalink
Fix native share button label, make it translatable.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzomir committed Apr 20, 2024
1 parent 02d5fe6 commit 7a470b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-minimal-share-buttons.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function( $social ) use ( $options ) {
esc_attr( get_permalink() ),
esc_attr( $share_title ),
esc_attr( join( ' ', $classes ) ),
esc_attr( 'Share', 'msb' ),
esc_attr__( 'Share', 'msb' ),
msb_icon( 'share-square', false )
);
}
Expand Down

0 comments on commit 7a470b5

Please sign in to comment.