Skip to content

Commit 79a3e60

Browse files
committed
Display more generic tag for issue / PR body
1 parent e3e8e38 commit 79a3e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magithub-issue-post.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ determines the behavior of `magithub-issue-wsubmit'.")
113113
(define-widget 'magithub-issue-text 'text
114114
"Issue / pull-request body entry"
115115
:keymap magithub-issue-edit-map
116-
:tag "Issue"
116+
:tag "Body"
117117
:format "%t:\n%v\n\n"
118118
:inline nil)
119119

0 commit comments

Comments
 (0)