Skip to content

Commit a0b9767

Browse files
dfelintoDalai Felintolunny
authored
Use "Title Case" for text "Reference in new issue" (#22936)
The "Reference in new issue" option shows up in a menu when looking at pull requests. All the other options there follow the "Title case": * Copy Link * Quote Reply * Edit This patch makes sure this option also follow the Title case. Screenshot of how it looks without this patch: ![image](https://user-images.githubusercontent.com/843498/219346003-728d07c1-d150-41a5-b084-faef118228b1.png) Co-authored-by: Dalai Felinto <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
1 parent 2e97a77 commit a0b9767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ issues.commented_at = `commented <a href="#%s">%s</a>`
13611361
issues.delete_comment_confirm = Are you sure you want to delete this comment?
13621362
issues.context.copy_link = Copy Link
13631363
issues.context.quote_reply = Quote Reply
1364-
issues.context.reference_issue = Reference in new issue
1364+
issues.context.reference_issue = Reference in New Issue
13651365
issues.context.edit = Edit
13661366
issues.context.delete = Delete
13671367
issues.no_content = There is no content yet.

0 commit comments

Comments
 (0)