Skip to content

Commit c55683a

Browse files
authored
fix(loan): improved repayment screen ui/ux (#2596)
1 parent 79d0852 commit c55683a

File tree

3 files changed

+265
-159
lines changed

3 files changed

+265
-159
lines changed

feature/loan/src/commonMain/composeResources/values/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145

146146

147147
<string name="feature_loan_unknown_error_occured">An Unknown Error Occured</string>
148-
<string name="feature_loan_payment_success_message">Payment Successful, Transaction ID = </string>
148+
<string name="feature_loan_payment_success_transaction_label">Transaction ID: %1$s</string>
149+
<string name="feature_loan_payment_success_title">Payment Successful</string>
149150

150151
<!-- New Loan Account -->
151152
<string name="new_loan_account_title">New Loan Account</string>

0 commit comments

Comments
 (0)