Skip to content

Commit

Permalink
fixes #560 typo fix the missing tooltip when activating themes withou…
Browse files Browse the repository at this point in the history
…t parent
  • Loading branch information
flop25 committed Dec 2, 2016
1 parent 7a369b2 commit 90424e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/themes/default/template/themes_installed.tpl
Expand Up @@ -80,7 +80,7 @@ jQuery(document).ready(function() {
{if $theme.ACTIVABLE}
<a href="{$activate_baseurl}{$theme.ID}" title="{'Make this theme available to users'|@translate}" class="tiptip">{'Activate'|@translate}</a>
{else}
<span title="{$theme.ACTIVATE_TOOLTIP}" class="tiptip">{'Activate'|@translate}</span>
<span title="{$theme.ACTIVABLE_TOOLTIP}" class="tiptip">{'Activate'|@translate}</span>
{/if}
|
{if $theme.DELETABLE}
Expand Down

0 comments on commit 90424e6

Please sign in to comment.