Skip to content

Commit

Permalink
feature #818 Modify default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Jan 31, 2022
1 parent 386c17c commit e531567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loan/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<string name="title_loan_calculator">ローン計算</string>
<string name="message_result_montly_payment">月々の支払額: %,d</string>
<string name="hint_loan_amount">ローン総額</string>
<string name="default_value_loan_amount">35000000</string>
<string name="default_value_loan_amount">35,000,000</string>
</resources>
2 changes: 1 addition & 1 deletion loan/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<string name="title_loan_calculator">Loan calculator</string>
<string name="message_result_montly_payment">Monthly payment: %,d</string>
<string name="hint_loan_amount">Loan amount</string>
<string name="default_value_loan_amount">35000000</string>
<string name="default_value_loan_amount">35,000,000</string>
</resources>

0 comments on commit e531567

Please sign in to comment.