Skip to content

Commit

Permalink
Fix EEG bespoke texts
Browse files Browse the repository at this point in the history
  • Loading branch information
1v4n4 committed Dec 19, 2024
1 parent f8106d6 commit 867e8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/bespoke/EegManifesto.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const EggManifesto = ({ form }) => {
{organisation_sign && (
<Grid item>
<Alert severity="info" style={{ marginTop: 8 }}>
<AlertTitle>Your details will not be displayed</AlertTitle>We need
them to approve your institution&apos;s signature
<AlertTitle>Your details will not be displayed yet.</AlertTitle>
We need to approve your institution's signature
</Alert>
</Grid>
)}
Expand All @@ -42,7 +42,7 @@ const EggManifesto = ({ form }) => {
<Grid item sm={8}>
<Select
name="stage"
label="Carrier stage"
label="Career stage"
options="campaign:profile.stage"
form={form}
/>
Expand Down

0 comments on commit 867e8c1

Please sign in to comment.