Skip to content

Commit

Permalink
chore(board): rename realtime column (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Oct 10, 2024
1 parent f58a4c0 commit be81d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function ColumnModal({
finnes. Hvis ikke vises rutetid (det samme tidspunktet som vises
under “Planlagt”).
</SubParagraph>
<Heading4>Sanntidsikon </Heading4>
<Heading4>Sanntidsindikator </Heading4>
<SubParagraph>
Legger til et sanntidsikon i tavlen som pulserer. Indikerer om
tidspunktet er oppdatert med sanntidsinformasjon.
Expand Down
2 changes: 1 addition & 1 deletion tavla/src/Shared/types/column.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Columns = {
destination: 'Destinasjon og avvik',
platform: 'Plattform',
time: 'Forventet',
realtime: 'Sanntid',
realtime: 'Sanntidsindikator',
} as const

export type TColumn = keyof typeof Columns
Expand Down

0 comments on commit be81d27

Please sign in to comment.