diff --git a/src/Views/DataTableView.elm b/src/Views/DataTableView.elm
index 44eb9bf19676d3993050501f92ef0c28b496cd26..85536ee46d180e9ceea3f01fbeaa66f7245efad3 100644
--- a/src/Views/DataTableView.elm
+++ b/src/Views/DataTableView.elm
@@ -48,8 +48,8 @@ dataHeader =
         , th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate Country" ]
         , th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate" ]
         , th [ Html.Attributes.class "table-cell text-end" ] [ text "Year" ]
-        , th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (applied for)" ]
-        , th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (issued)" ]
+        , th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (applied for)" ]
+        , th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (issued)" ]
         ]
 
 dataTable : List Entry -> Html Msg