diff --git a/account-gui/src/locale/en.js b/account-gui/src/locale/en.js index 2ce7772e..50827097 100644 --- a/account-gui/src/locale/en.js +++ b/account-gui/src/locale/en.js @@ -80,7 +80,7 @@ I18n.translations.en = { }, magicLink: { header: "Check your email!", - info: "To sign in, click the link in the email we sent to {{email}}.", + info: "To sign in, click the link in the email we sent to ", awaiting: "Waiting for you to click the link...", openGMail: "Open Gmail.com", openOutlook: "Open Outlook.com", diff --git a/account-gui/src/locale/nl.js b/account-gui/src/locale/nl.js index 64e1a810..ffd803d6 100644 --- a/account-gui/src/locale/nl.js +++ b/account-gui/src/locale/nl.js @@ -80,7 +80,7 @@ I18n.translations.nl = { }, magicLink: { header: "Open je mailbox!", - info: "Om in te loggen, klik op de link in de e-mail die we hebben verstuurd naar {{email}}.", + info: "Om in te loggen, klik op de link in de e-mail die we hebben verstuurd naar ", awaiting: "Wachten tot je op de link klikt...", openGMail: "Open Gmail.com", openOutlook: "Open Outlook.com", diff --git a/account-gui/src/routes/MagicLink.svelte b/account-gui/src/routes/MagicLink.svelte index 1b62d409..23366428 100644 --- a/account-gui/src/routes/MagicLink.svelte +++ b/account-gui/src/routes/MagicLink.svelte @@ -223,6 +223,9 @@ display: inline-block; margin-right: 10px; } + span.email { + font-weight: bold; + } {#if timeOutReached} @@ -238,7 +241,7 @@