Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'Note that' from Text #1952

Merged
merged 1 commit into from Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion WalletWasabi.Gui/Controls/WalletExplorer/SendTabView.xaml
Expand Up @@ -30,7 +30,7 @@
<Grid Classes="content">
<DockPanel LastChildFill="True" Margin="20">
<StackPanel DockPanel.Dock="Bottom" Margin="0 10" Spacing="10" HorizontalAlignment="Left">
<TextBlock>Note that, you must select coins you want to spend from.</TextBlock>
<TextBlock>You must select coins you want to spend from.</TextBlock>
<controls:ExtendedTextBox Text="{Binding Address}" Watermark="Address" UseFloatingWatermark="True">
<i:Interaction.Behaviors>
<behaviors:PasteAddressOnClickBehavior />
Expand Down
2 changes: 1 addition & 1 deletion WalletWasabi.Gui/Tabs/WalletManager/RecoverWalletView.xaml
Expand Up @@ -35,7 +35,7 @@
</CheckBox>
<StackPanel IsVisible="{Binding ShowAdvancedOptions}">
<controls:ExtendedTextBox Text="{Binding AccountKeyPath}" Watermark="Account Key Path" UseFloatingWatermark="True" />
<TextBlock Text="Note that, Wasabi can only monitor native SegWit (bech32) addresses." Classes="warningMessage" />
<TextBlock Text="Wasabi can only monitor native SegWit (bech32) addresses." Classes="warningMessage" />
</StackPanel>
<StackPanel IsVisible="{Binding ShowAdvancedOptions}">
<controls:ExtendedTextBox Text="{Binding MinGapLimit}" Watermark="Minimum Gap Limit" UseFloatingWatermark="True" />
Expand Down