copy: manifold dollars -> mana
This commit is contained in:
parent
7988fdde60
commit
e9ab234d61
|
@ -4,11 +4,7 @@
|
|||
|
||||
### Do I have to pay real money in order to participate?
|
||||
|
||||
Nope! Each account starts with a free M$1000. If you invest it wisely, you can increase your total without ever needing to put any real money into the site.
|
||||
|
||||
### What is the name for the currency Manifold uses, represented by M$?
|
||||
|
||||
Manifold Dollars, or mana for short.
|
||||
Nope! Each account starts with a free 1000 mana (or M$1000 for short). If you invest it wisely, you can increase your total without ever needing to put any real money into the site.
|
||||
|
||||
### Can M$ be sold for real money?
|
||||
|
||||
|
|
|
@ -30,10 +30,10 @@ export function AddFundsButton(props: { className?: string }) {
|
|||
|
||||
<div className="modal">
|
||||
<div className="modal-box">
|
||||
<div className="mb-6 text-xl">Get Manifold Dollars</div>
|
||||
<div className="mb-6 text-xl">Get Mana</div>
|
||||
|
||||
<div className="mb-6 text-gray-500">
|
||||
Use Manifold Dollars to trade in your favorite markets. <br /> (Not
|
||||
Buy mana (M$) to trade in your favorite markets. <br /> (Not
|
||||
redeemable for cash.)
|
||||
</div>
|
||||
|
||||
|
|
|
@ -24,14 +24,14 @@ export default function AddFundsPage() {
|
|||
return (
|
||||
<Page>
|
||||
<SEO
|
||||
title="Get Manifold Dollars"
|
||||
description="Get Manifold Dollars"
|
||||
title="Get Mana"
|
||||
description="Buy mana to trade in your favorite markets on Manifold"
|
||||
url="/add-funds"
|
||||
/>
|
||||
|
||||
<Col className="items-center">
|
||||
<Col className="h-full rounded bg-white p-4 py-8 sm:p-8 sm:shadow-md">
|
||||
<Title className="!mt-0" text="Get Manifold Dollars" />
|
||||
<Title className="!mt-0" text="Get Mana" />
|
||||
<img
|
||||
className="mb-6 block -scale-x-100 self-center"
|
||||
src="/stylized-crane-black.png"
|
||||
|
@ -40,8 +40,8 @@ export default function AddFundsPage() {
|
|||
/>
|
||||
|
||||
<div className="mb-6 text-gray-500">
|
||||
Purchase Manifold Dollars to trade in your favorite markets. <br />{' '}
|
||||
(Not redeemable for cash.)
|
||||
Buy mana (M$) to trade in your favorite markets. <br /> (Not
|
||||
redeemable for cash.)
|
||||
</div>
|
||||
|
||||
<div className="mb-2 text-sm text-gray-500">Amount</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user