rename TransferWise to Wise

This commit is contained in:
woodser 2025-01-26 09:39:17 -05:00
parent 9b50cd7ba7
commit a014740014
17 changed files with 57 additions and 57 deletions

View file

@ -290,7 +290,7 @@ abstract class OfferBookViewModel extends ActivatableViewModel {
if (!showAllPaymentMethods) {
this.selectedPaymentMethod = paymentMethod;
// If we select TransferWise we switch to show all currencies as TransferWise supports
// If we select Wise we switch to show all currencies as Wise supports
// sending to most currencies.
if (paymentMethod.getId().equals(PaymentMethod.TRANSFERWISE_ID)) {
onSetTradeCurrency(new CryptoCurrency(GUIUtil.SHOW_ALL_FLAG, ""));