Hi @chrispnw,
Could you please leave some screenshot? Also, please check those phrases in Dashboard > Forums > Phrases admin page. Just search the English version and see the value.
Hello,
That’s interesting, I could have swore I attached a screenshot. Oh well.
Here is a link showing the issue:
https://i.postimg.cc/nhLz9kG6/Selection-0dfdf03.png
Also, I don’t know what you mean by checking those phrases.
-Chris
-
This reply was modified 6 years, 2 months ago by
chrispnw.
Hi @chrispnw,
Thank you for the screenshot. We’ve fixed this in the plugin core. We’ll release the fixed version soon. If you need it to fix urgently, please open this file:
wp-content/plugins/wpforo/wpf-includes/integration/buddypress.php
Find this row:
<div id="wpforo-subscriptions" class="wpforo-activity">
<h2 class="entry-title"><?php wpforo_phrase('Forum Replies Created'); ?></h2>
Replace it to this:
<div id="wpforo-subscriptions" class="wpforo-activity">
<h2 class="entry-title"><?php wpforo_phrase('Forum Subscriptions'); ?></h2>
Awesome! That’s so cool that you guys took care of it so quickly. I appreciate the fix in the meantime btw.
Thank you,
-Chris