Skip to content

Commit

Permalink
Merge pull request WalletWasabi#13205 from MarnixCroes/exclude-coins
Browse files Browse the repository at this point in the history
[vdg] rename excluded coins dialog
  • Loading branch information
RolandUI authored Jun 26, 2024
2 parents 1613962 + d21b3f1 commit f2dc2a7
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 f2dc2a7

Please sign in to comment.