diff --git a/ui/src/utils/language.ts b/ui/src/utils/language.ts index 10fe4ce21..8ea0bcf6e 100644 --- a/ui/src/utils/language.ts +++ b/ui/src/utils/language.ts @@ -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]: 'Occurrences', + [STRING.NAV_ITEM_OCCURRENCES]: 'Occurences', [STRING.NAV_ITEM_OVERVIEW]: 'Overview', [STRING.NAV_ITEM_PROJECTS]: 'Projects', [STRING.NAV_ITEM_SESSIONS]: 'Sessions',