diff --git a/templates/gracedb/event_detail.html b/templates/gracedb/event_detail.html
index 525289ca463dcb7856acd83205e371e6b3b2309a..9b1a215d3b5a0c89dce46a663aaae27c0d305c04 100644
--- a/templates/gracedb/event_detail.html
+++ b/templates/gracedb/event_detail.html
@@ -28,7 +28,7 @@
                 {{ "gps"|timeselect:"gps" }}
                 Event Time
             </th>
-            <th>FAR</th>
+            <th>FAR (Hz)</th>
             <th colspan="2">Links</th>
             <th>
                 {{"created"|timeselect:"utc" }}
@@ -73,7 +73,7 @@
                     {{ "ngps"|timeselect:"gps" }}
                     Event Time
                 </th>
-                <th>FAR</th>
+                <th>FAR (Hz)</th>
                 <th colspan="2">Links</th>
                 <th>
                     {{"ncreated"|timeselect:"utc" }}
diff --git a/templates/gracedb/event_list.html b/templates/gracedb/event_list.html
index 377ce6c322d5d0a8e0cc3d73a0b63d55da5b6926..da604203382261971c792632c262ff54d2702458 100644
--- a/templates/gracedb/event_list.html
+++ b/templates/gracedb/event_list.html
@@ -48,7 +48,7 @@
             url: '{% url search %}/flex?query={{rawquery|urlencode}}',
             datatype: 'json',
             mtype: "GET",
-            colNames : ["UID", "Labels", "Neighbors (+/-5sec)", "Group", "Type", "Event Time", "Instruments", "FAR", "Links", "Submitted", "Submitted By",
+            colNames : ["UID", "Labels", "Neighbors (+/-5sec)", "Group", "Type", "Event Time", "Instruments", "FAR (Hz)", "Links", "Submitted", "Submitted By",
                        ],
             colModel : [
                {name : 'id',     index: 'id', width : 50, sortable : true, align: 'left', hidden: false},