Skip to content

Commit

Permalink
Merge pull request #11048 from soosr/capital-title
Browse files Browse the repository at this point in the history
[VDG] Transaction preview - use capital initials
  • Loading branch information
soosr committed Jul 17, 2023
2 parents 079e015 + 4fc8788 commit 3374354
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WalletWasabi.Fluent/Views/Wallets/Send/TransactionSummary.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</Button.IsVisible>
</Button>
<c:PreviewItem Icon="{StaticResource btc_logo}"
Label="amount" HorizontalContentAlignment="Stretch"
Label="Amount" HorizontalContentAlignment="Stretch"
CopyableContent="{Binding Amount}">
<TextBlock Classes="monoSpaced" Text="{Binding AmountText, FallbackValue=_ BTC (≈_ USD)}" />
</c:PreviewItem>
Expand All @@ -35,7 +35,7 @@

<!-- Recipient -->
<c:PreviewItem Icon="{StaticResource person_regular}"
Label="recipient"
Label="Recipient"
CopyableContent="{Binding Recipient}">
<c:LabelsItemsPresenter Items="{Binding Recipient}"
HorizontalAlignment="Left"
Expand All @@ -45,7 +45,7 @@

<!-- Address -->
<c:PreviewItem Icon="{StaticResource transceive_regular}"
Label="address"
Label="Address"
CopyableContent="{Binding AddressText}">
<TextBlock Classes="monoSpaced" Text="{Binding AddressText, FallbackValue=btc029382398fkj34f98df239823}" />
</c:PreviewItem>
Expand Down Expand Up @@ -74,12 +74,12 @@

<StackPanel Spacing="10">
<c:PreviewItem Icon="{StaticResource timer_regular}"
Label="confirming within"
Label="Confirming within"
IsVisible="{Binding !IsCustomFeeUsed}">
<TextBlock Text="{Binding ConfirmationTimeText, FallbackValue=~20 minutes }" />
</c:PreviewItem>
<c:PreviewItem Icon="{StaticResource paper_cash_regular}"
Label="fee"
Label="Fee"
CopyableContent="{Binding Fee}">
<TextBlock Classes="monoSpaced" Text="{Binding FeeText, FallbackValue=_ BTC (≈_ USD)}" />
</c:PreviewItem>
Expand Down

0 comments on commit 3374354

Please sign in to comment.