From 3bcc7954fc5ea95e8b377a0b0308f94d8c09fb32 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Fri, 19 Jan 2024 11:33:56 +0100 Subject: [PATCH] Fix link to appstore --- account-gui/src/locale/en.js | 2 +- account-gui/src/locale/nl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account-gui/src/locale/en.js b/account-gui/src/locale/en.js index f5aafc22..2ce7772e 100644 --- a/account-gui/src/locale/en.js +++ b/account-gui/src/locale/en.js @@ -299,7 +299,7 @@ I18n.translations.en = { header: "Download the eduID app", info: "Download and install the eduID app (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" diff --git a/account-gui/src/locale/nl.js b/account-gui/src/locale/nl.js index 308c158d..64e1a810 100644 --- a/account-gui/src/locale/nl.js +++ b/account-gui/src/locale/nl.js @@ -299,7 +299,7 @@ I18n.translations.nl = { header: "Download de eduID app", info: "Download en installeer de eduID app (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"