I wrote about it here https://wpdiscuz.com/community/general-forum/please-add-a-possibility-to-different-names-for-rating
Thanks for the awesome update with the requested possibility. But I want to say, that for Russian there are actually 3 phrases should be available to edit:
1. Total Raing displaying in post (is available to edit now)
2. Call for rating in a comment form (is available to edit now)
3. Phrase before rating displaying in a comment after the user rated it (is unavailable to edit now)
For example, it would be:
1. Общая оценка (total rating)
2. Оценить (call for rating)
3. Оценка (rating displaying in a comment)
It's not essential for English but is essential for languages with conjugations of verbs. In the time being, the phase 3 = phrase 2, it's not so convenient for languages like Russian because call for rating and displayed rating we denote by various words.
So, the main sense - I think, the 3 phrase also should be available to edit and should not be copy of the 2nd phrase.
Hi @arscrigicioniec,
Currently, there is no way to add the third phrase (rating displaying in a comment). You should use the Оценка (rating displaying in a comment and call for rating) phrase in both cases.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti, yes, I understand. I just suggest a thing for future updates. I think it's not so difficult to add such new editable string, and it would be a big improvement for all languages with cases.
There is a workaround.
You can use the js code below to change the phrase in the comment list.
jQuery('#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label').replaceWith( "оценка" );
So change the "Name" phrase in the form settings. Then put the code above in the active theme js files.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.


