We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb91ee commit e3d8862Copy full SHA for e3d8862
src/views/QueryEditorProjects.tsx
@@ -57,7 +57,7 @@ const QueryEditorProjects = (props: Props) => {
57
<>
58
<QueryEditorRow>
59
<InlineLabel
60
- tooltip="The owner of the GitHub project. Does not support classic projects."
+ tooltip="The owner of the GitHub project."
61
width={LeftColumnWidth * 2}
62
>
63
Project Owner
@@ -116,7 +116,7 @@ const QueryEditorProjects = (props: Props) => {
116
117
118
119
- tooltip="The project number for the GitHub project (example: 123). Does not support classic projects."
+ tooltip="The project number for the GitHub project (example: 123)."
120
121
122
Project Number
0 commit comments