Skip to content

Commit

Permalink
rename excluded coins dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes committed Jun 26, 2024
1 parent 1be84e5 commit d21b3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace WalletWasabi.Fluent.ViewModels.Wallets.Settings;

[NavigationMetaData(Title = "Excluded Coins", NavigationTarget = NavigationTarget.DialogScreen)]
[NavigationMetaData(Title = "Exclude Coins", NavigationTarget = NavigationTarget.DialogScreen)]
public partial class ExcludedCoinsViewModel : DialogViewModelBase<Unit>
{
private readonly IWalletModel _wallet;
Expand Down

0 comments on commit d21b3f1

Please sign in to comment.