Skip to content

Commit

Permalink
Merge pull request #383 from annavik/main
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
annavik authored Apr 25, 2024
2 parents 277add8 + 1ecfe15 commit 6dcda52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {
/* NAV_ITEM */
[STRING.NAV_ITEM_DEPLOYMENTS]: 'Deployments',
[STRING.NAV_ITEM_JOBS]: 'Status',
[STRING.NAV_ITEM_OCCURRENCES]: 'Occurences',
[STRING.NAV_ITEM_OCCURRENCES]: 'Occurrences',
[STRING.NAV_ITEM_OVERVIEW]: 'Overview',
[STRING.NAV_ITEM_PROJECTS]: 'Projects',
[STRING.NAV_ITEM_SESSIONS]: 'Sessions',
Expand Down

0 comments on commit 6dcda52

Please sign in to comment.