Skip to content

Commit

Permalink
Fix link to appstore
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jan 19, 2024
1 parent 55577a6 commit 3bcc795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account-gui/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ I18n.translations.en = {
header: "Download the eduID app",
info: "Download and install <a href=\"https://eduid.nl/help\" target=\"_blank\">the eduID app</a> (issued by SURF) on your mobile device.",
google: "https://play.google.com/store/apps/details?id=nl.eduid",
apple: "https://apps.apple.com/",
apple: "https://apps.apple.com/nl/app/eduid/id1600756434",
after: "When you've downloaded the eduID app on your phone, come back here and click next.",
back: "Back",
next: "Next"
Expand Down
2 changes: 1 addition & 1 deletion account-gui/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ I18n.translations.nl = {
header: "Download de eduID app",
info: "Download en installeer <a href=\"https://eduid.nl/help\" target=\"_blank\">de eduID app</a> (uitgegeven door SURF) op je mobiele apparaat.",
google: "https://play.google.com/store/apps/details?id=nl.eduid",
apple: "https://apps.apple.com/",
apple: "https://apps.apple.com/nl/app/eduid/id1600756434",
after: "Als je de eduID app op je telefoon hebt gedownload, kom dan hier terug en klik op volgende.",
back: "Terug",
next: "Volgende"
Expand Down

0 comments on commit 3bcc795

Please sign in to comment.