Skip to content

Commit

Permalink
Remove commit queue language
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamek committed Jun 20, 2024
1 parent 2e3181a commit 4c897a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/spruce/src/pages/projectSettings/getTabTitle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const getTabTitle = (
title: "Variables",
},
[ProjectSettingsTabRoutes.GithubCommitQueue]: {
title: "GitHub & Commit Queue",
title: "GitHub",
},
[ProjectSettingsTabRoutes.Notifications]: {
title: "Notifications",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const getFormSchema = (
},
commitQueue: {
type: "object" as "object",
title: "Commit Queue",
title: "Merge Queue",
properties: {
enabled: {
type: ["boolean", "null"],
Expand Down

0 comments on commit 4c897a6

Please sign in to comment.