summaryrefslogtreecommitdiff
path: root/Hutch/App/HutchIntents.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/App/HutchIntents.swift')
-rw-r--r--Hutch/App/HutchIntents.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hutch/App/HutchIntents.swift b/Hutch/App/HutchIntents.swift
index 652c07b..a7a33b3 100644
--- a/Hutch/App/HutchIntents.swift
+++ b/Hutch/App/HutchIntents.swift
@@ -5,7 +5,7 @@ import Foundation
enum HutchDestination: String, AppEnum {
case home
- case inbox
+ case work
case builds
case repositories
case trackers
@@ -16,7 +16,7 @@ enum HutchDestination: String, AppEnum {
static var caseDisplayRepresentations: [HutchDestination: DisplayRepresentation] = [
.home: "Home",
- .inbox: "Inbox",
+ .work: "Work",
.builds: "Builds",
.repositories: "Repositories",
.trackers: "Trackers",