Use dedicated draft PR icon when possible (#20303)
* Use dedicated draft PR icon when possible - Currently the generic pull-request icon is used for draft PR's. This patch changes that by using the dedicated icon for this. - Resolves #20296 * Use draft title
This commit is contained in:
parent
11c0748146
commit
87c563b706
3 changed files with 11 additions and 2 deletions
|
@ -1303,6 +1303,7 @@ issues.previous = Previous
|
|||
issues.next = Next
|
||||
issues.open_title = Open
|
||||
issues.closed_title = Closed
|
||||
issues.draft_title = Draft
|
||||
issues.num_comments = %d comments
|
||||
issues.commented_at = `commented <a href="#%s">%s</a>`
|
||||
issues.delete_comment_confirm = Are you sure you want to delete this comment?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue