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

Commit ff460ff

Browse files
committed
Make it clear that these are your file comments
When authoring a review
1 parent 823f87f commit ff460ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestReviewAuthoringView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<local:PullRequestFilesView DataContext="{Binding Files}"/>
9696
</TabItem>
9797
<TabItem Header="{Binding FileComments.Count}"
98-
HeaderStringFormat="File comments ({0})"
98+
HeaderStringFormat="Your file comments ({0})"
9999
Style="{DynamicResource GitHubPRDetailsTabItem}">
100100
<local:PullRequestFileCommentsView DataContext="{Binding FileComments}"/>
101101
</TabItem>

0 commit comments

Comments
 (0)