Skip to content

Commit

Permalink
refactor #818 Use string resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Dec 29, 2021
1 parent fd74fb0 commit 24d6473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class LoanCalculatorFragment : Fragment() {
extractInt(binding?.monthlyRenovationReserves)
)
},
{ binding?.result?.text = "Monthly payment: $it" }
{ binding?.result?.text = getString(R.string.message_result_montly_payment, it) }
).invoke()
}

Expand Down

0 comments on commit 24d6473

Please sign in to comment.