# HG changeset patch # User Benjamin Weber # Date 1666183287 -7200 # Wed Oct 19 14:41:27 2022 +0200 # Node ID 52318a998e6a5250dbb265ff5e940684df9a1b9e # Parent 704953817012ad0e16b49ce6a2aed550a7d1f00f rename step to next in viewStep diff --git a/src/Views.elm b/src/Views.elm --- a/src/Views.elm +++ b/src/Views.elm @@ -401,7 +401,7 @@ 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 ]