You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/core/src/main/res/values/strings.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@
14
14
15
15
<stringname="title_finalizeAccountCreationWithWelcomeBonus">Pay %1$s, Get %2$s</string>
16
16
<stringname="subtitle_finalizeAccountCreationWithWelcomeBonus">For a limited time new accounts will receive a free welcome bonus of %1s of stablecoins</string>
<stringname="subtitle_finalizeAccountCreationWithoutBonus">Pay %1$s to create your Flipcash account</string>
17
+
<stringname="title_finalizeAccountCreationWithoutBonus">Purchase an Account for %1$s</string>
18
+
<stringname="subtitle_finalizeAccountCreationWithoutBonus">This fee is used to cover our operational costs</string>
19
19
20
20
<stringname="action_logOutAndLogin">Log Out & Log In</string>
21
21
22
22
23
23
<stringname="title_logoutAndLoginConfirmation">You\'re currently logged into an account</string>
24
24
<stringname="subtitle_logoutAndLoginConfirmation">Please ensure you have saved your Access Key before proceeding. Would you like to logout and login with a new account?</string>
25
25
26
-
<stringname="action_purchaseAccount">Buy Your Account</string>
26
+
<stringname="action_purchaseAccount">Purchase Your Account</string>
Copy file name to clipboardExpand all lines: apps/flipcash/features/purchase/src/main/kotlin/com/flipcash/app/purchase/internal/PurchaseAccountViewModel.kt
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -113,18 +113,10 @@ internal class PurchaseAccountViewModel @Inject constructor(
0 commit comments