Browse Source

i18n for search results follow button

master
digital dreamer 10 years ago
parent
commit
21438a8bde
  1. 2
      theme_nin/js/theme_option.js

2
theme_nin/js/theme_option.js

@ -3,7 +3,7 @@ $(function(){ @@ -3,7 +3,7 @@ $(function(){
$('#closeModal').html('');
$('.profile-card-main').attr('style', '');
$('img[src$="img/tornado_avatar.png"]').attr("src","theme_nin/img/tornado_avatar.png");
$('.userMenu-search-profiles button').html('').attr('title','Follow');
$('.userMenu-search-profiles button').html('').attr('title',polyglot.t('Follow'));
$('.mini-profile-actions span').html('');
$('.post-context').each(function(){

Loading…
Cancel
Save