Skip to content
Snippets Groups Projects
Commit 92e92602 authored by Damian Romano Haj-Houssin's avatar Damian Romano Haj-Houssin
Browse files

Small change in datatable column description

parent e207606b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment