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

Commit 81f7397

Browse files
Updating button text
1 parent 8fb93d6 commit 81f7397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Views/CommentView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
</Style.Triggers>
224224
</Style>
225225
</StackPanel.Style>
226-
<Button Command="{Binding CommitEdit}">Edit</Button>
226+
<Button Command="{Binding CommitEdit}">Update Comment</Button>
227227
<Button Margin="4 0 0 0" Command="{Binding CancelEdit}">Cancel</Button>
228228
</StackPanel>
229229
</Grid>

0 commit comments

Comments
 (0)