Skip to content

Commit

Permalink
chore(frontend): endring -> endringslogg
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbes committed Nov 19, 2024
1 parent e271e43 commit 8850790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/user/workstation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const WorkstationContainer = (props: WorkstationContainerProps) => {
/>
<Tabs.Tab
value="endringer"
label={unreadJobsCounter > 0 ? `Endringer (${unreadJobsCounter})` : "Endringer"}
label={unreadJobsCounter > 0 ? `Endringslogg (${unreadJobsCounter})` : "Endringslogg"}
icon={haveRunningJob ? <Loader size="small"/> : <CogRotationIcon aria-hidden />}
onClick={() => setUnreadJobsCounter(0)}
/>
Expand Down

0 comments on commit 8850790

Please sign in to comment.