commit 37ac3ca39affbd77f16322d69a118f7d337c4fef
parent 417b1bb6fcc55093774b9f4a79dff31387d8f54c
Author: Marc Stibane <marc@taler.net>
Date: Fri, 19 Sep 2025 14:10:18 +0000
use purposes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/OIM/OIMSubjectView.swift b/TalerWallet1/Views/OIM/OIMSubjectView.swift
@@ -87,8 +87,8 @@ struct OIMSubjectView: View {
var body: some View {
// let _ = Self._printChanges()
let currency = cash.currency
- let goals1 = ["blank", "Phone", "Electricity", "gas pump", "Hammer", "Water"]
- let goals2 = ["shopping", "Rent", "Schooling", "Repay loan", "Medical"].shuffled()
+ let goals1 = ["blank", "Phone", "Electricity", "gasPump", "Hammer", "Water", "Kitchenware", "Cloth", "Medication"].shuffled()
+ let goals2 = ["shopping", "Rent", "Schooling", "RepayLoan", "Medical", "Farming", "Bottle", "Paint", "GasCooker"].shuffled()
let gotAction = (selectedGoal != nil) ? sendAction : nil
OIMnavBack(stack: stack.push(),