Skip to content

Commit

Permalink
Correct module name for translation of system configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Tellblom committed Sep 5, 2016
1 parent c3b5ed2 commit eb02a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/community/Webbhuset/Features/etc/system.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<config>
<tabs>
<webbhuset translate="label" module="whmarketing">
<webbhuset translate="label" module="whfeatures">
<label>Webbhuset</label>
<sort_order>100</sort_order>
</webbhuset>
</tabs>
<sections>
<whfeatures translate="label" module="whmarketing">
<whfeatures translate="label" module="whfeatures">
<label>Features</label>
<tab>webbhuset</tab>
<sort_order>100</sort_order>
Expand Down

0 comments on commit eb02a5b

Please sign in to comment.