The current display for my thumbs up widget is:

(thumbs up image) 2 users have voted, including you.

I would like to change it to:

(thumbs up image) 2 users like this

How do I change the default tpl to accomplish this?

print $up_button;

if ($info) {
  print '<div class="rate-info">' . $info . '</div>';
}

if ($display_options['description']) {
  print '<div class="rate-description">' . $display_options['description'] . '</div>';
}

Comments

MGParisi’s picture

yuhwei’s picture

Issue summary: View changes

Use the String Overrides module and add the following to the config:

original: @count users have voted, including you.
replacement: @count users like this.