Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ Click the box to change. If left empty, we will assume you are available.`,
"orderInformation.invalidFiscalCode": "Fiscal code not valid",
"orderInformation.pec": "PEC",
"orderInformation.sdi": "SDI",
"orderInformation.invalidSDI": "SDI must be 7 characters long",
"orderInformation.invalidSDI": "SDI must be 7 characters long (6 for Italian PA)",

"orderQuestions.heading": "Order questions",
"orderQuestions.attendeeGivenName": "Attendee Given name",
Expand Down Expand Up @@ -1447,7 +1447,7 @@ The sooner you buy your ticket, the more you save!`,
"orderInformation.invalidFiscalCode": "Codice fiscale non valido",
"orderInformation.pec": "PEC",
"orderInformation.sdi": "SDI",
"orderInformation.invalidSDI": "Il codice SDI deve essere di 7 caratteri",
"orderInformation.invalidSDI": "Il codice SDI deve essere di 7 caratteri (6 per una PA)",

"orderQuestions.heading": "Domande aggiuntive",
"orderQuestions.attendeeName": "Nome partecipante",
Expand Down
Loading