From c062dfdb255348d517ebde16dcd271dec313c5d2 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Wed, 22 Nov 2023 15:57:38 +0100 Subject: [PATCH] Changed locales --- myconext-gui/src/locale/en.js | 2 +- myconext-gui/src/locale/nl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/myconext-gui/src/locale/en.js b/myconext-gui/src/locale/en.js index 314459a3..46798a30 100644 --- a/myconext-gui/src/locale/en.js +++ b/myconext-gui/src/locale/en.js @@ -76,7 +76,7 @@ I18n.translations.en = { verifiedBy: "Verified by {{name}} on {{date}}", validUntil: "Valid until", verifyFirstAndLastName: { - addInstitution: "Verify name", + addInstitution: "Add institution", addInstitutionConfirmation: "When you proceed you will be asked to login at the institution you want to link to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", }, remove: "Remove", diff --git a/myconext-gui/src/locale/nl.js b/myconext-gui/src/locale/nl.js index 6675b2ad..34d142fd 100644 --- a/myconext-gui/src/locale/nl.js +++ b/myconext-gui/src/locale/nl.js @@ -76,7 +76,7 @@ I18n.translations.nl = { verifiedBy: "Verified by {{name}} on {{date}}", validUntil: "Valid until", verifyFirstAndLastName: { - addInstitution: "Verifieer naam", + addInstitution: "Instelling toevoegen", addInstitutionConfirmation: "Als je doorgaat word je gevraagd in te loggen via de onderwijsinstelling die je wilt koppelen. Selecteer eerst welke instelling je wilt koppelen en log daarna in.

Nadat je succesvol bent ingelogd kom je hier weer terug.", }, remove: "Verwijder",