Rename sections of UI to include "Your"
This commit is contained in:
parent
9d15ea7334
commit
2fd42f7b6c
|
@ -185,7 +185,7 @@ function App() {
|
|||
/>}
|
||||
|
||||
{user && isAdmin(user) && <Dropdown.Item
|
||||
content='Admin Txs'
|
||||
content='Transactions'
|
||||
as={Link}
|
||||
to='/admintrans'
|
||||
/>}
|
||||
|
|
|
@ -17,7 +17,7 @@ export function Cards(props) {
|
|||
<Container>
|
||||
<Header size='large'>Cards / Access</Header>
|
||||
|
||||
<Header size='medium'>Member Cards</Header>
|
||||
<Header size='medium'>Your Cards</Header>
|
||||
|
||||
{user.member.card_photo ?
|
||||
<p>
|
||||
|
|
|
@ -132,9 +132,13 @@ function ConfirmForm() {
|
|||
{progress.map(x => <>{x}<br /></>)}
|
||||
</p>
|
||||
|
||||
{success ?
|
||||
<p><Link to='/'>Return Home</Link> to log in.</p>
|
||||
:
|
||||
<Form.Button loading={loading} error={error.non_field_errors}>
|
||||
Submit
|
||||
</Form.Button>
|
||||
}
|
||||
</Form>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -113,13 +113,13 @@ export function Training(props) {
|
|||
|
||||
return (
|
||||
<Container>
|
||||
<Header size='large'>Certifications</Header>
|
||||
<Header size='large'>Your Certifications</Header>
|
||||
|
||||
<CertList member={user.member} />
|
||||
|
||||
<p>Certifications are based on the courses you've taken. If there's any errors, please email <a href='mailto:directors@protospace.ca'>directors@protospace.ca</a>.</p>
|
||||
|
||||
<Header size='large'>Training</Header>
|
||||
<Header size='large'>Your Training</Header>
|
||||
|
||||
{user.training.length ?
|
||||
<TrainingList training={user.training} />
|
||||
|
|
|
@ -310,7 +310,7 @@ export function Transactions(props) {
|
|||
|
||||
return (
|
||||
<Container>
|
||||
<Header size='large'>Transactions</Header>
|
||||
<Header size='large'>Your Transactions</Header>
|
||||
|
||||
<TransactionList noMember noCategory transactions={user.transactions} />
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user