From 1ecfe1505fee35d2f1468cea41ca2e46e52eeb3b Mon Sep 17 00:00:00 2001 From: Anna Viklund Date: Thu, 25 Apr 2024 11:45:33 +0200 Subject: [PATCH] Fix spelling error --- ui/src/utils/language.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/utils/language.ts b/ui/src/utils/language.ts index 8ea0bcf6e..10fe4ce21 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]: 'Occurences', + [STRING.NAV_ITEM_OCCURRENCES]: 'Occurrences', [STRING.NAV_ITEM_OVERVIEW]: 'Overview', [STRING.NAV_ITEM_PROJECTS]: 'Projects', [STRING.NAV_ITEM_SESSIONS]: 'Sessions',