diff options
Diffstat (limited to 'template/yoga/about.tpl')
-rw-r--r-- | template/yoga/about.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/about.tpl b/template/yoga/about.tpl index 7667fbfdc..370e3ccc3 100644 --- a/template/yoga/about.tpl +++ b/template/yoga/about.tpl @@ -3,7 +3,7 @@ <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}"> + <img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"> </a> </li> </ul> |