Fixed missing language variables
authorMarcel Werk <burntime@woltlab.com>
Mon, 31 Oct 2016 10:22:15 +0000 (11:22 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 31 Oct 2016 10:24:04 +0000 (11:24 +0100)
com.woltlab.wcf/templates/user.tpl

index 9a0d7a89753b73fc6d65499322143839cb8c6191..7d37a4fe6951e6c3d76dbb39ac5b393b35b9bf42 100644 (file)
                                
                                {hascontent}
                                        <li class="dropdown">
-                                               <a class="jsTooltip button dropdownToggle" title="{lang}wcf.user.profile.user{/lang}"><span class="icon icon32 fa-user"></span> <span class="invisible">{lang}wcf.user.profile.dropdown.interaction{/lang}</span></a>
+                                               <a class="jsTooltip button dropdownToggle" title="{lang}wcf.user.profile.user{/lang}"><span class="icon icon32 fa-user"></span> <span class="invisible">{lang}wcf.user.profile.user{/lang}</span></a>
                                                <ul class="dropdownMenu userProfileButtonMenu" data-menu="interaction">
                                                        {content}
                                                                {event name='menuInteraction'}
                                
                                {hascontent}
                                        <li class="dropdown">
-                                               <a class="jsTooltip button dropdownToggle" title="{lang}wcf.user.profile.management{/lang}"><span class="icon icon32 fa-cog"></span> <span class="invisible">{lang}wcf.user.profile.dropdown.management{/lang}</span></a>
+                                               <a class="jsTooltip button dropdownToggle" title="{lang}wcf.user.profile.management{/lang}"><span class="icon icon32 fa-cog"></span> <span class="invisible">{lang}wcf.user.profile.management{/lang}</span></a>
                                                <ul class="dropdownMenu userProfileButtonMenu" data-menu="management">
                                                        {content}
                                                                {event name='menuManagement'}