Skip to content

Commit

Permalink
rename pleb stop threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
soosr committed May 24, 2024
1 parent b587e1b commit 461eb69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
</ComboBox>
</StackPanel>

<StackPanel ToolTip.Tip="Coinjoin will not automatically start if the wallet balance is less than this.">
<TextBlock Text="Auto-start coinjoin threshold" />
<StackPanel ToolTip.Tip="Coinjoin will automatically stop if the wallet balance is less than this.">
<TextBlock Text="Stop coinjoin threshold" />
<CurrencyEntryBox Classes="standalone" Text="{Binding PlebStopThreshold}" CurrencyCode="BTC" />
</StackPanel>

Expand Down

0 comments on commit 461eb69

Please sign in to comment.