Hey sambo258!
Please add following code to Functions.php file of your child theme in Appearance > Editor
add_filter('avia_social_share_title','new_share_title');
function new_share_title() {
$output = 'Share this post on:';
return $output;
}
Cheers!
Yigit