diff --git a/lib/persona.js b/lib/persona.js index a184789..48cd094 100644 --- a/lib/persona.js +++ b/lib/persona.js @@ -281,6 +281,7 @@ $(document).ready(function() { }); $(this).toggleClass('plus').toggleClass('heart'); + $(this).translateAttr('title', type === 'follow' ? '[[global:unfollow]]' : '[[global:follow]]'); if ($(this).find('b.drop').length === 0) { $(this).prepend(''); diff --git a/templates/partials/account/header.tpl b/templates/partials/account/header.tpl index 317b1bb..95103a0 100644 --- a/templates/partials/account/header.tpl +++ b/templates/partials/account/header.tpl @@ -8,10 +8,10 @@