Skip to content

Commit

Permalink
Change title on error page
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Mar 18, 2024
1 parent 8c0f259 commit 41e3527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ I18n.translations.en = {
},
done: "Done for now, we'll be in touch",
landing: "Student Mobility Broker",
error: "Something went wrong...",
error: "Unable to register",
errorTitle: "Provided details from {{abbreviation}}",
noResultErrorMessage: "No details were disclosed.",
notFoundResultErrorMessage: "Your personal information could not be retrieved from {{institution}}",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ I18n.translations.nl = {
},
done: "Klaar voor nu. Er wordt contact met je opgenomen",
landing: "Student Mobility Broker",
error: "Er is iets fout gegaan...",
error: "Inschrijven niet gelukt",
errorTitle: "Details van {{abbreviation}}",
noResultErrorMessage: "Er is helaas niet meer informatie.",
notFoundResultErrorMessage: "Jouw persoonlijke gegevens konden niet worden opgehaald bij {{institution}}",
Expand Down

0 comments on commit 41e3527

Please sign in to comment.