From 92e92602e4b36fc3be0f22595da69a8708b6d5e4 Mon Sep 17 00:00:00 2001
From: Damian Romano Haj-Houssin <damian.haj-houssin@student.uni-halle.de>
Date: Sun, 5 Jan 2025 13:49:15 +0100
Subject: [PATCH] Small change in datatable column description

---
 src/Views/DataTableView.elm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Views/DataTableView.elm b/src/Views/DataTableView.elm
index 44eb9bf..85536ee 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
-- 
GitLab