Skip to content

Commit 3685f7b

Browse files
authored
Merge pull request #172 from code-payments/chore/add-buy-module-strings
chore: add strings for buy module support
2 parents f1847ea + aadd49b commit 3685f7b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,22 @@
296296
<string name="beta_scan_times_description">If enabled, the device will log additional processing information while grabbing bills.</string>
297297
<string name="beta_give_requests_description">If enabled, Give Kin screen will show requests for entered amounts instead of cash bills.</string>
298298

299+
<!-- region Chat -->
300+
<!-- region titles -->
299301
<string name="title_chat_payments">Web Payments</string>
300302
<string name="title_chat_cashTransactions">Cash Payments</string>
301303
<string name="title_chat_codeTeam">Code Team</string>
304+
<!-- endregion -->
305+
306+
<!-- region messages -->
302307
<string name="subtitle_chat_welcomeBonus">Welcome to Code! Here is your first dollar to get you started:</string>
303308
<string name="subtitle_chat_referralBonus">You sent someone their first Kin! Here is your referral bonus:</string>
309+
<string name="subtitle_chat_usdcBeingConverted">Your USDC is being converted to Kin. This should take roughly one minute to complete</string>
310+
<string name="subtitle_chat_usdcDeposited">You successfully deposited USDC. Open Code App to complete your purchase</string>
311+
<string name="subtitle_chat_kinAvailableForUse">Your Kin is now available for use in your Code App</string>
312+
<!-- endregion -->
313+
314+
<!-- region verbs -->
304315
<string name="subtitle_verb_gave">You gave</string>
305316
<string name="subtitle_verb_received">You received</string>
306317
<string name="subtitle_verb_withdrew">You withdrew</string>
@@ -310,4 +321,6 @@
310321
<string name="subtitle_verb_spent">You spent</string>
311322
<string name="subtitle_verb_paid">You paid</string>
312323
<string name="subtitle_verb_purchased">You purchased</string>
324+
<!-- endregion -->
325+
<!-- endregion -->
313326
</resources>

0 commit comments

Comments
 (0)