Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion account-gui/src/locale/js/en/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion myconext-gui/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

const unprotectedRoutes = [
"/create-from-institution",
"/landing"
"/landing",
"/install-app"
];

export let url = "";
Expand Down
2 changes: 1 addition & 1 deletion myconext-gui/src/locale/js/en/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion myconext-gui/src/locale/js/nl/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading