Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit 78854b1

Browse files
committed
Uppercase Issue
1 parent 1d4e43a commit 78854b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry_github/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def is_configured(self, request, project, **kwargs):
3838
return bool(self.get_option('repo', project))
3939

4040
def get_new_issue_title(self, **kwargs):
41-
return 'Create GitHub issue'
41+
return 'Create GitHub Issue'
4242

4343
def create_issue(self, request, group, form_data, **kwargs):
4444
# TODO: support multiple identities via a selection input in the form?

0 commit comments

Comments
 (0)