diff --git a/silk/templates/silk/profiling.html b/silk/templates/silk/profiling.html
index f6f1d697..1d84c44d 100644
--- a/silk/templates/silk/profiling.html
+++ b/silk/templates/silk/profiling.html
@@ -68,13 +68,13 @@ <h4>Profile</h4>
                    value="OverallTimeFilter"
                    name="filter-overalltime-typ"/>
             <input type="text"
-                   placeholder="seconds"
+                   placeholder="milliseconds"
                    form="filter-form2"
                    name="filter-overalltime-value"
                    value="{{ filters.overalltime.value }}"/>
             <span style="display:none"></span>
         </div>
-        seconds,
+        milliseconds,
         executed more than
         <div class="resizing-input">
             <input form="filter-form2"
@@ -101,13 +101,13 @@ <h4>Profile</h4>
                    name="filter-timespentfilter-typ"/>
             <input
                     type="text"
-                    placeholder="seconds"
+                    placeholder="milliseconds"
                     form="filter-form2"
                     name="filter-timespentfilter-value"
                     value="{{ filters.timespentfilter.value }}"/>
             <span style="display:none"></span>
         </div>
-        seconds executing queries.
+        milliseconds executing queries.
     </div>
     <h4>Date Range</h4>
     <div class="filter-section">
diff --git a/silk/templates/silk/requests.html b/silk/templates/silk/requests.html
index 899f8215..abfe4246 100644
--- a/silk/templates/silk/requests.html
+++ b/silk/templates/silk/requests.html
@@ -91,13 +91,13 @@ <h4>Request</h4>
                    value="OverallTimeFilter"
                    name="filter-overalltime-typ"/>
             <input type="text"
-                   placeholder="seconds"
+                   placeholder="milliseconds"
                    form="filter-form2"
                    name="filter-overalltime-value"
                    value="{{ filters.overalltime.value }}"/>
             <span style="display:none"></span>
         </div>
-        seconds,
+        milliseconds,
         executed more than
         <div class="resizing-input">
             <input form="filter-form2"
@@ -124,13 +124,13 @@ <h4>Request</h4>
                    name="filter-timespentfilter-typ"/>
             <input
                     type="text"
-                    placeholder="seconds"
+                    placeholder="milliseconds"
                     form="filter-form2"
                     name="filter-timespentfilter-value"
                     value="{{ filters.timespentfilter.value }}"/>
             <span style="display:none"></span>
         </div>
-        seconds executing queries.
+        milliseconds executing queries.
     </div>
     <h4>Date Range</h4>
     <div class="filter-section">