Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
annavik committed Apr 25, 2024
1 parent 277add8 commit 1ecfe15
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 1ecfe15

Please sign in to comment.