Missing language variable
authorMarcel Werk <burntime@woltlab.com>
Wed, 18 May 2022 16:15:21 +0000 (18:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 18 May 2022 16:15:21 +0000 (18:15 +0200)
com.woltlab.wcf/templates/search.tpl

index 8efade706ba5a7a4c93e108a289a12d2e95b4124..e32350d785ea217985ae587c3a95ecf731f9ce74 100644 (file)
@@ -4,7 +4,7 @@
        <div class="section">
                <div class="searchBar">
                        <input id="searchQuery" class="searchQuery long" type="text" name="q" value="" maxlength="255" placeholder="{lang}wcf.global.search.enterSearchTerm{/lang}" autocomplete="off" autofocus>
-                       <select id="searchType" class="searchType" name="type" aria-label="wcf.search.type">
+                       <select id="searchType" class="searchType" name="type" aria-label="{lang}wcf.search.type{/lang}">
                                <option value="">{lang}wcf.search.type.everywhere{/lang}</option>
                                {foreach from=$objectTypes key=objectTypeName item=objectType}
                                        {if $objectType->isAccessible()}