Change text in 'member benefit' column of 'purchase membership page - step 1'
I have created membership only ad packages with price modifier set to 0 (zero).
On the 'purchase membership page - step 1' the membership benefit column every row reads "Free posting (required to post)". I want to change this text to read "unlimited publishing"
I think the template file to make the change is
'step1-membership.php'
line 88: <td><?php echo $benefit; ?></td>
what code do i write so that every row for each membership pack will read "unlimited publishing" instead of "Free posting (required to post)".
P.S. i only know very very basic web coding and don't want to do any changes in a function file
Thanks for you help