• Resolved pmstrad

    (@pmstrad)


    Me again,

    Is it possible to translate the “Store owner” label for review replies, like the custom text we can use for”Verified owner” in the review extension setting tab of this plugin? I am unable to find this string in the plugin or WooCommerce, so I don’t don’t know how to translate it.

    And I also think it’s a good feature for the plugin since that way, users can customize not only the verified owner text, but also the store owner text. ??

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thank you for using CusRev.

    You can use the filter hook cr_reviews_store_manager to modify the text “Store manager”. For example:

    add_filter( 'cr_reviews_store_manager', function( $store_manager ) {
        return "My Store manager";
    } );
    Thread Starter pmstrad

    (@pmstrad)

    I confirm this works. Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translation of “Store owner”’ is closed to new replies.