Hey Ryan,
Yes you can change the text to say whatever you’d like. Just open your spTopicView.php template in sp-resources > forum-themes > yourtheme > templates > spTopicView.php.
Locate the line:
if (function_exists(‘sp_PostIndexMyCred’)) sp_PostIndexMyCred(‘tagClass=spPostUserMyCred spCenter’, __sp(‘MyCred ‘), __sp(‘MyCred’));
You can then edit the last two fields where you see (‘MyCred’). The first field is the label which you’ll see on the forum, and the second field is for the tooltip which you’ll see when you hover over the points.
Not sure whether you have a custom theme or not, we’d definitely recommend a custom or child theme if you are making changes, and if you are using child themes – you might need to just copy the spTopicView.php template in from the parent if you haven’t already got it.
Hope that helps!