diff --git a/ui/src/utils/language.ts b/ui/src/utils/language.ts index 0369c74e..195c63a4 100644 --- a/ui/src/utils/language.ts +++ b/ui/src/utils/language.ts @@ -342,7 +342,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = { /* NAV_ITEM */ [STRING.NAV_ITEM_DEPLOYMENTS]: 'Deployments', - [STRING.NAV_ITEM_JOBS]: 'Status', + [STRING.NAV_ITEM_JOBS]: 'Jobs', [STRING.NAV_ITEM_OCCURRENCES]: 'Occurrences', [STRING.NAV_ITEM_OVERVIEW]: 'Overview', [STRING.NAV_ITEM_PROJECTS]: 'Projects',