]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/_search-form.twig
Merge pull request #907 from jsit/login
[github/wallabag/wallabag.git] / themes / baggy / _search-form.twig
index 45660b754ef682b24cdc02654babc45efd66fb94..35f3a99475d7bf3378c9ebb6e49bff2910acc9af 100644 (file)
@@ -2,7 +2,7 @@
 <form method="get" action="index.php">
         <a href="javascript: void(null);" id="search-form-close" class="popup-close">&times;</a>
         <input type="hidden" name="view" value="search"></input>
-        <label>{% trans "Search" %}</label>: <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" />
+        <label>{% trans "Search" %}:</label><input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" />
         <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
 </form>
 </div>