Hi Rosie,
I’m afraid you have to do this manually:
Plugins –> (BuddyDev)BP Poke –> Edit –> bp-poke/bp-poke-actions.php
In 22nd line of code, change:
$label = __( ‘Poke’, ‘bp-poke’ );
to whatever you wish, e.g.
$label = __( ‘Flirt’, ‘bp-poke’ );
Additionally, you will want to change ‘Already Poked’, ‘user_poked’, ‘user_poked_back’, ‘You have already poked..’ messages in a similar way.
Good luck!
Yours
Murzyni.com admin