Skip to content

Commit

Permalink
Text updates (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
vafeini authored Oct 24, 2024
1 parent 241ff72 commit a47a26e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function ReservationConfirmation({
}
onClick={issueConfirmation}
>
Issue your reservation confirmation to EUDI Wallet
Add to EUDI Wallet
</Button>
</Box>
</Box>
Expand Down
6 changes: 3 additions & 3 deletions src/client/components/organisms/BookingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ export const BookingForm: React.FC = () => {
margin: "auto",
}}
>
To continue booking your travel plan, <br />
present the requested attestations (PhotoID and/or mDL)
To continue with your reservation, <br />
share your identification documents
<br />
using the EUDI Wallet
from your EUDI Wallet
</Box>
<Box
sx={{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/confirmation/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ConfirmationPage(props: AppProps) {
return (
<Box sx={{ width: "100%", maxWidth: "100%", pb: 1, pt: 1, pl: 3, pr: 3 }}>
<Modal
title={`${(deviceType==='desktop')?'Scan':'Click the link'} to issue your reservation confirmation to EUDI Wallet`}
title={`${(deviceType==='desktop')?'Scan':'Click the link'} to add to EUDI Wallet`}
content={
<Box>
{issueConfirmationRes && (
Expand Down

0 comments on commit a47a26e

Please sign in to comment.