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: src/pages/Terms.tsx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,23 +39,23 @@ function Terms() {
39
39
</section>
40
40
41
41
<section>
42
-
<h2>4. Credits System</h2>
43
-
<p>The App operates on a credit-based system:</p>
42
+
<h2>4. Credits/Coin System</h2>
43
+
<p>The App operates on a credit-based system, called "coins":</p>
44
44
<ul>
45
-
<li><strong>Asking a question:</strong> Costs 1 credit</li>
46
-
<li><strong>Submitting a guess:</strong> Costs 5 credits</li>
45
+
<li><strong>Asking a question:</strong> Costs 1 coin</li>
46
+
<li><strong>Submitting a guess:</strong> Costs 5 coins</li>
47
47
</ul>
48
-
<p>Credits can be obtained through:</p>
48
+
<p>Coins can be obtained through:</p>
49
49
<ul>
50
-
<li><strong>In-App Purchases:</strong>Credits can be purchased through the App using payment processing provided by RevenueCat and the respective app store (Google Play or Apple App Store).</li>
51
-
<li><strong>Watching Advertisements:</strong>Credits can be earned by watching full-screen video advertisements served through Google AdMob.</li>
50
+
<li><strong>In-App Purchases:</strong>Coins can be purchased through the App using payment processing provided by RevenueCat and the respective app store (Google Play or Apple App Store).</li>
51
+
<li><strong>Watching Advertisements:</strong>Coins can be earned by watching full-screen video advertisements served through Google AdMob.</li>
52
52
</ul>
53
53
</section>
54
54
55
55
<section>
56
56
<h2>5. In-App Purchases</h2>
57
57
<p>
58
-
All in-app purchases are processed through RevenueCat and are subject to the terms and conditions of the respective app store (Google Play Store or Apple App Store). All purchases are final and non-refundable, except as required by applicable law or the policies of the respective app store. Credits have no monetary value and cannot be exchanged for cash.
58
+
All in-app purchases are processed through RevenueCat and are subject to the terms and conditions of the respective app store (Google Play Store or Apple App Store). All purchases are final and non-refundable, except as required by applicable law or the policies of the respective app store. Coins have no monetary value and cannot be exchanged for cash.
59
59
</p>
60
60
</section>
61
61
@@ -72,7 +72,7 @@ function Terms() {
72
72
You may delete your account at any time through the Settings menu within the App. Please be aware that:
73
73
</p>
74
74
<ul>
75
-
<li>Upon account deletion, <strong>you will NOT receive a refund</strong> for any credits you have earned or purchased.</li>
75
+
<li>Upon account deletion, <strong>you will NOT receive a refund</strong> for any coins you have earned or purchased.</li>
76
76
<li>Messages and questions you have sent to the AI will be retained for analytical and service improvement purposes, but will no longer be associated with your account.</li>
77
77
<li>Your achievements, streaks, and other account-specific data will be permanently deleted.</li>
0 commit comments