diff --git a/account-gui/src/locale/js/en/strings.json b/account-gui/src/locale/js/en/strings.json index 07cfa8347..90d71fe80 100644 --- a/account-gui/src/locale/js/en/strings.json +++ b/account-gui/src/locale/js/en/strings.json @@ -412,7 +412,7 @@ "GetApp.Header.COPY": "Download the eduID app", "GetApp.Info.COPY": "Download the eduID app (by SURF) in one of the app stores.", "GetApp.Google.COPY": "https://play.google.com/store/apps/details?id=nl.eduid", - "GetApp.Apple.COPY": "https://apps.apple.com/", + "GetApp.Apple.COPY": "https://apps.apple.com/us/app/eduid/id1600756434", "GetApp.After.COPY": "Have you installed the app? Then press ‘Continue’", "GetApp.Back.COPY": "Back", "GetApp.Next.COPY": "Continue", diff --git a/myconext-gui/src/App.svelte b/myconext-gui/src/App.svelte index a726af1be..cb58a7af7 100644 --- a/myconext-gui/src/App.svelte +++ b/myconext-gui/src/App.svelte @@ -22,7 +22,8 @@ const unprotectedRoutes = [ "/create-from-institution", - "/landing" + "/landing", + "/install-app" ]; export let url = ""; diff --git a/myconext-gui/src/locale/js/en/strings.json b/myconext-gui/src/locale/js/en/strings.json index 07cfa8347..90d71fe80 100644 --- a/myconext-gui/src/locale/js/en/strings.json +++ b/myconext-gui/src/locale/js/en/strings.json @@ -412,7 +412,7 @@ "GetApp.Header.COPY": "Download the eduID app", "GetApp.Info.COPY": "Download the eduID app (by SURF) in one of the app stores.", "GetApp.Google.COPY": "https://play.google.com/store/apps/details?id=nl.eduid", - "GetApp.Apple.COPY": "https://apps.apple.com/", + "GetApp.Apple.COPY": "https://apps.apple.com/us/app/eduid/id1600756434", "GetApp.After.COPY": "Have you installed the app? Then press ‘Continue’", "GetApp.Back.COPY": "Back", "GetApp.Next.COPY": "Continue", diff --git a/myconext-gui/src/locale/js/nl/strings.json b/myconext-gui/src/locale/js/nl/strings.json index f9922f145..28aeb2ecf 100644 --- a/myconext-gui/src/locale/js/nl/strings.json +++ b/myconext-gui/src/locale/js/nl/strings.json @@ -412,7 +412,7 @@ "GetApp.Header.COPY": "Download de eduID app", "GetApp.Info.COPY": "Download de eduID app (van SURF) in een van de app-stores", "GetApp.Google.COPY": "https://play.google.com/store/apps/details?id=nl.eduid", - "GetApp.Apple.COPY": "https://apps.apple.com/", + "GetApp.Apple.COPY": "https://apps.apple.com/nl/app/eduid/id1600756434", "GetApp.After.COPY": "Heb je de app geïnstalleerd? Druk dan op ‘Volgende’.", "GetApp.Back.COPY": "Terug", "GetApp.Next.COPY": "Ga door",