diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/comments.tpl b/template/yoga/comments.tpl index d6a78387d..68941e03d 100644 --- a/template/yoga/comments.tpl +++ b/template/yoga/comments.tpl @@ -2,7 +2,7 @@ <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li> + <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> </ul> <h2>{'User comments'|@translate}</h2> </div> |