From 7a470b5af98156f8300f79c0c07fc98730dc5cb0 Mon Sep 17 00:00:00 2001 From: Milen Petrinski Date: Sat, 20 Apr 2024 18:43:11 +0300 Subject: [PATCH] Fix native share button label, make it translatable. --- inc/class-minimal-share-buttons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class-minimal-share-buttons.php b/inc/class-minimal-share-buttons.php index 89d06c6..6958562 100644 --- a/inc/class-minimal-share-buttons.php +++ b/inc/class-minimal-share-buttons.php @@ -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 ) ); }