Improve Protocoin wording

This commit is contained in:
Tanner Collin 2023-09-03 00:05:50 +00:00
parent a0f9007d37
commit 15a5dae9a7
2 changed files with 2 additions and 2 deletions

View File

@ -697,7 +697,7 @@ export function ClassDetail(props) {
<p/> <p/>
<p>Current balance: &thinsp;{user.member.protocoin.toFixed(2)}</p> <p>Current Protocoin balance: &thinsp;{user.member.protocoin.toFixed(2)}</p>
<PayWithProtocoin <PayWithProtocoin
token={token} user={user} refreshUser={refreshUser} token={token} user={user} refreshUser={refreshUser}

View File

@ -155,7 +155,7 @@ export function Paymaster(props) {
custom={JSON.stringify({ category: 'Exchange', member: user.member.id })} 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>
<Grid.Column width={8}> <Grid.Column width={8}>