Improve Protocoin wording
This commit is contained in:
parent
a0f9007d37
commit
15a5dae9a7
|
@ -697,7 +697,7 @@ export function ClassDetail(props) {
|
|||
|
||||
<p/>
|
||||
|
||||
<p>Current balance: ₱ {user.member.protocoin.toFixed(2)}</p>
|
||||
<p>Current Protocoin balance: ₱ {user.member.protocoin.toFixed(2)}</p>
|
||||
|
||||
<PayWithProtocoin
|
||||
token={token} user={user} refreshUser={refreshUser}
|
||||
|
|
|
@ -155,7 +155,7 @@ export function Paymaster(props) {
|
|||
custom={JSON.stringify({ category: 'Exchange', member: user.member.id })}
|
||||
/>
|
||||
|
||||
<p>See a director to purchase Protocoin with a different payment method.</p>
|
||||
<p>Or send e-Transfer to info@protospace.ca, or hand a Director cash.</p>
|
||||
</Grid.Column>
|
||||
|
||||
<Grid.Column width={8}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user