diff --git a/tomcat/webapps/Trawl/index.jsp b/tomcat/webapps/Trawl/index.jsp
index 93488c09c4d4a57c1952fa96cc600da23d072c65..49007e529a853c9aa4eff0293d3c8f35bc87761d 100644
--- a/tomcat/webapps/Trawl/index.jsp
+++ b/tomcat/webapps/Trawl/index.jsp
@@ -72,8 +72,8 @@
             <section id="outputIn">
                 <%--Map and Histogram must have the same name for default checkbox to function correctly--%>
                 Cluster Size:
-                <input type="number" id="pickSize" value="clusterSize" > Map
-                <input type="radio" name="pickOutput" value="cluster" > Map
+                <input type="number" id="pickSize" value="clusterSize" >
+                <input type="radio" name="pickOutput" value="cluster" > Cluster
                 <input type="radio" name="pickOutput" value="map"> Map
                 <input type="radio" name="pickOutput" value="heat"> Heatmap
                 <input type="radio" name="pickOutput" value="histogram" checked> Histogram