rename step to next in viewStep
1 files changed, 1 insertions(+), 1 deletions(-)

M src/Views.elm
M src/Views.elm +1 -1
@@ 401,7 401,7 @@ viewStep s =
                 unfocusedAttrs
 
         colHead =
-            stepRow -1 [ rowHead "step" "meaning", contentCells [ contentCell [] [ text "NKIT" ], contentCell [] [ text "KIT" ] ] ]
+            stepRow -1 [ rowHead "next" "meaning", contentCells [ contentCell [] [ text "NKIT" ], contentCell [] [ text "KIT" ] ] ]
 
         contentCells =
             row [ spacing 5, centerX, width fill ]