diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index 41e792f7cde26cb38dcef3cf1cf5d32b43a21e9d..b7392a34bf4ed8d2c6b25b53e092b40e987b9292 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -53,7 +53,7 @@
     <% if (currentPageVal === 'dashboard') { %>
       <form action="/dashboard" method="GET" class="search-form d-flex">
         <div class="input-group">
-          <input type="text" name="q" class="form-control" placeholder="Search for threads now..."
+          <input type="text" name="q" class="form-control" placeholder="Search now..."
                  value="<%= localQuery %>">
           <div class="input-group-append">
             <button class="btn btn-outline-secondary" type="submit">Search</button>