Change My Account Refer a friend tab title
If you want to change Refer a Friend tab title that is located under My Account page, you need to add this code to functions.php file:
add_filter('gens_raf_tab_title', function () { return 'Your text'; });
But if you want to translate it to be used by multiple languages, use translations plugin such as Loco Translate or WPML.