Skip to content

Commit

Permalink
Changed localisation string from LoadingTime to BoardingTime
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Nov 21, 2022
1 parent 1975184 commit 0d43106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instruments/src/EFB/Ground/Pages/Payload/Payload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ export const Payload = () => {
<Card className="w-full h-full" childrenContainerClassName="flex flex-col w-full h-full">
<div className="flex flex-row justify-between items-center">
<div className="flex font-medium">
{t('Ground.Payload.LoadingTime')}
{t('Ground.Payload.BoardingTime')}
</div>

<SelectGroup>
Expand Down

0 comments on commit 0d43106

Please sign in to comment.