Skip to content

Commit 4a8eb9e

Browse files
authored
fix: Needs a title case label publishing error (#92)
1 parent b313272 commit 4a8eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/creates/addIssueLabel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const addIssueLabel = {
8383
display: {
8484
hidden: false,
8585
description: "Add a label to an existing issue in Linear",
86-
label: "Add Label To Issue",
86+
label: "Add Label to Issue",
8787
},
8888

8989
noun: "Label",

0 commit comments

Comments
 (0)