commit be0c3b0a0860bfc1b92e7b0423e562678373d5e5 parent 5425cab926c11b4c946a3ed54553132bf82b99f8 Author: Marc Stibane <marc@taler.net> Date: Mon, 24 Aug 2026 15:40:46 +0200 AI: localized Diffstat:
| M | TalerWallet1/Views/Settings/Exchange/ExchangeDetailView.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Settings/Exchange/ExchangeDetailView.swift b/TalerWallet1/Views/Settings/Exchange/ExchangeDetailView.swift @@ -33,7 +33,7 @@ struct ExchangeDetailView: View { if !minimalistic { Text("Status:") } - Text(exchange.exchangeUpdateStatus.rawValue) // VIEW_WITHDRAW_TOS + Text(exchange.exchangeUpdateStatus.localized) // VIEW_WITHDRAW_TOS } .talerFont(.body) rowView