Skip to content

Commit

Permalink
Fixed issue #12904: "Active templates" should be "Installed templates"
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 16, 2017
1 parent ce1d1e1 commit a9da8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/templateoptions/index.php
Expand Up @@ -26,7 +26,7 @@
),
)
));
echo '<h3>'.gT('Active templates:').'</h3>';
echo '<h3>'.gT('Installed templates:').'</h3>';
}


Expand Down

0 comments on commit a9da8b9

Please sign in to comment.