commit 8eaa2bb59e9c21a6e55de08b7025e841d5a1750a parent ddf5ffae5522173eec76e03664fc2b0f4feef180 Author: Marc Stibane <marc@taler.net> Date: Wed, 9 Jul 2025 12:09:34 +0200 cleanup Diffstat:
| M | TalerWallet1/Views/OIM/OIMcurrencyButton.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/OIM/OIMcurrencyButton.swift b/TalerWallet1/Views/OIM/OIMcurrencyButton.swift @@ -167,6 +167,6 @@ struct OIMcurrencyButton: View { invisible: state.hiding || state.chestOpening, pct: pct, action: action)) - .accessibilityLabel(Text("\(value)", comment: "VoiceOver")) // TODO: currency name + .accessibilityLabel(Text("\(value)", comment: "A11y")) // TODO: currency name } }