Skip to content

Commit

Permalink
feat: improved messages
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeR13 committed Feb 18, 2025
1 parent 87809ee commit de9fa9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/teamFormation/createTeam.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function CreateTeam() {
content={
<>
The cost of the participation is 2€ per person in the team, to a maximum of 5 people. <br />
When your team is complete, go to the CeSIUM room to make the payment.
When your team is complete, go to the CeSIUM room (DI 1.04) to make the payment.
</>
}
closeModal={closeConfirmationModal}
Expand Down
2 changes: 1 addition & 1 deletion src/components/teamFormation/joinTeam.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function JoinTeam() {
content={
<>
You've successfully joined the team <strong>{team_name}</strong>! <br />
Don't forget to go to the CeSIUM room to make the payment. <br />
Don't forget to go to the CeSIUM room (DI 1.04) to make the payment. <br />
See you at the event!
</>
}
Expand Down
3 changes: 2 additions & 1 deletion src/pages/api/teams/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ const sendNotificationEmail = async (team_name: string, email: string, num_team_
<p>A new member just joined the team <b>${team_name}</b></p>
<p>Email: ${email}</p>
<p>Number of team members: ${num_team_mem}</p>
<p>Remember that you or other team members needs to pay the total value of the team to confirm the registration in CeSIUM.</p>
<p>Remember that you or other team members needs to pay the total value of the team to confirm the registration at CeSIUM (DI 1.04).</p>
<p>When the payment is done, the team will be closed and no more members can join it.</p>
<p>Total value: ${total_value_payment}€</p>
<p>Looking forward to seeing you soon!</p>
</div>`.toString(),
Expand Down

0 comments on commit de9fa9b

Please sign in to comment.