Improve Protocoin wording

master
Tanner Collin 8 months ago
parent a0f9007d37
commit 15a5dae9a7
  1. 2
      webclient/src/Classes.js
  2. 2
      webclient/src/Paymaster.js

@ -697,7 +697,7 @@ export function ClassDetail(props) {
<p/>
<p>Current balance: &thinsp;{user.member.protocoin.toFixed(2)}</p>
<p>Current Protocoin balance: &thinsp;{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…
Cancel
Save