Skip to content

Commit

Permalink
♿ Update copy command button with better name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 15, 2024
1 parent 6ec5029 commit b9ee9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentHub.App/UserControls/GitCloneFlyout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
ToolTipService.ToolTip="Copy git clone command">
<StackPanel Orientation="Horizontal" Spacing="6">
<FontIcon FontSize="16" Glyph="&#xE756;" />
<TextBlock Text="Git" />
<TextBlock Text="Copy" />
</StackPanel>
</Button>
</NavigationView.PaneFooter>
Expand Down

0 comments on commit b9ee9b8

Please sign in to comment.