From 2897659f0a0dd9bdb03bf54572fd37510f0ecdc3 Mon Sep 17 00:00:00 2001 From: Sag Date: Mon, 4 May 2026 10:19:44 +0200 Subject: [PATCH] Improved magic link popup copy during gift redemption (#27650) no issue During gift redemption, the "Now check your email!" popup was showing the default **signin** description: > "If you have an account, a login link has been sent to your inbox. If it doesn't arrive in 3 minutes, be sure to check your spam folder." Now, it shows a copy that fits better into the flow: > "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder." --- apps/portal/package.json | 2 +- apps/portal/src/actions.js | 2 +- apps/portal/src/components/pages/magic-link-page.js | 12 +++++++++--- apps/portal/test/actions.test.ts | 2 +- ghost/i18n/locales/af/portal.json | 1 + ghost/i18n/locales/ar/portal.json | 1 + ghost/i18n/locales/bg/portal.json | 1 + ghost/i18n/locales/bn/portal.json | 1 + ghost/i18n/locales/bs/portal.json | 1 + ghost/i18n/locales/ca/portal.json | 1 + ghost/i18n/locales/context.json | 1 + ghost/i18n/locales/cs/portal.json | 1 + ghost/i18n/locales/da/portal.json | 1 + ghost/i18n/locales/de-CH/portal.json | 1 + ghost/i18n/locales/de/portal.json | 1 + ghost/i18n/locales/el/portal.json | 1 + ghost/i18n/locales/en/portal.json | 1 + ghost/i18n/locales/eo/portal.json | 1 + ghost/i18n/locales/es/portal.json | 1 + ghost/i18n/locales/et/portal.json | 1 + ghost/i18n/locales/eu/portal.json | 1 + ghost/i18n/locales/fa/portal.json | 1 + ghost/i18n/locales/fi/portal.json | 1 + ghost/i18n/locales/fr/portal.json | 1 + ghost/i18n/locales/gd/portal.json | 1 + ghost/i18n/locales/he/portal.json | 1 + ghost/i18n/locales/hi/portal.json | 1 + ghost/i18n/locales/hr/portal.json | 1 + ghost/i18n/locales/hu/portal.json | 1 + ghost/i18n/locales/id/portal.json | 1 + ghost/i18n/locales/is/portal.json | 1 + ghost/i18n/locales/it/portal.json | 1 + ghost/i18n/locales/ja/portal.json | 1 + ghost/i18n/locales/ko/portal.json | 1 + ghost/i18n/locales/kz/portal.json | 1 + ghost/i18n/locales/lt/portal.json | 1 + ghost/i18n/locales/lv/portal.json | 1 + ghost/i18n/locales/mk/portal.json | 1 + ghost/i18n/locales/mn/portal.json | 1 + ghost/i18n/locales/ms/portal.json | 1 + ghost/i18n/locales/nb/portal.json | 1 + ghost/i18n/locales/ne/portal.json | 1 + ghost/i18n/locales/nl/portal.json | 1 + ghost/i18n/locales/nn/portal.json | 1 + ghost/i18n/locales/pa/portal.json | 1 + ghost/i18n/locales/pl/portal.json | 1 + ghost/i18n/locales/pt-BR/portal.json | 1 + ghost/i18n/locales/pt/portal.json | 1 + ghost/i18n/locales/ro/portal.json | 1 + ghost/i18n/locales/ru/portal.json | 1 + ghost/i18n/locales/si/portal.json | 1 + ghost/i18n/locales/sk/portal.json | 1 + ghost/i18n/locales/sl/portal.json | 1 + ghost/i18n/locales/sq/portal.json | 1 + ghost/i18n/locales/sr-Cyrl/portal.json | 1 + ghost/i18n/locales/sr/portal.json | 1 + ghost/i18n/locales/sv/portal.json | 1 + ghost/i18n/locales/sw/portal.json | 1 + ghost/i18n/locales/ta/portal.json | 1 + ghost/i18n/locales/th/portal.json | 1 + ghost/i18n/locales/tr/portal.json | 1 + ghost/i18n/locales/uk/portal.json | 1 + ghost/i18n/locales/ur/portal.json | 1 + ghost/i18n/locales/uz/portal.json | 1 + ghost/i18n/locales/vi/portal.json | 1 + ghost/i18n/locales/zh-Hant/portal.json | 1 + ghost/i18n/locales/zh/portal.json | 1 + 67 files changed, 75 insertions(+), 6 deletions(-) diff --git a/apps/portal/package.json b/apps/portal/package.json index 0ea7c1f7301..74ac87f0455 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/portal", - "version": "2.68.26", + "version": "2.68.27", "license": "MIT", "repository": "https://github.com/TryGhost/Ghost", "author": "Ghost Foundation", diff --git a/apps/portal/src/actions.js b/apps/portal/src/actions.js index 666cec4f3a8..1190d5ca81f 100644 --- a/apps/portal/src/actions.js +++ b/apps/portal/src/actions.js @@ -266,7 +266,7 @@ async function redeemGift({data, state, api}) { return { page: 'magiclink', - lastPage: 'giftRedemption', + lastPage: 'gift', ...(otcRef ? {otcRef} : {}), inboxLinks, pageData: { diff --git a/apps/portal/src/components/pages/magic-link-page.js b/apps/portal/src/components/pages/magic-link-page.js index c6c2b731bfe..4b237d19a43 100644 --- a/apps/portal/src/components/pages/magic-link-page.js +++ b/apps/portal/src/components/pages/magic-link-page.js @@ -100,26 +100,32 @@ export default class MagicLinkPage extends React.Component { withOTC: t('If you have an account, an email has been sent to {submittedEmailOrInbox}. Click the link inside or enter your code below.', {submittedEmailOrInbox}), withoutOTC: t('If you have an account, a login link has been sent to your inbox. If it doesn\'t arrive in 3 minutes, be sure to check your spam folder.') }, - signup: t('To complete signup, click the confirmation link in your inbox. If it doesn\'t arrive within 3 minutes, check your spam folder!') + signup: t('To complete signup, click the confirmation link in your inbox. If it doesn\'t arrive within 3 minutes, check your spam folder!'), + gift: t('Click the confirmation link in your inbox to finish redeeming your membership. If it doesn\'t arrive within 3 minutes, check your spam folder.') }; } /** * Gets the appropriate translated description based on page context * @param {Object} params - Configuration object - * @param {string} params.lastPage - The previous page ('signin' or 'signup') + * @param {string} params.lastPage - The previous page ('signin', 'signup', or 'gift') * @param {boolean} params.otcRef - Whether one-time code is being used * @param {string} params.submittedEmailOrInbox - The email address or 'your inbox' fallback * @returns {string} The translated description */ getTranslatedDescription({lastPage, otcRef, submittedEmailOrInbox}) { const descriptionConfig = this.getDescriptionConfig(submittedEmailOrInbox); - const normalizedPage = (lastPage === 'signup' || lastPage === 'signin') ? lastPage : 'signin'; + const allowedPages = ['signup', 'signin', 'gift']; + const normalizedPage = allowedPages.includes(lastPage) ? lastPage : 'signin'; if (normalizedPage === 'signup') { return descriptionConfig.signup; } + if (normalizedPage === 'gift') { + return descriptionConfig.gift; + } + return otcRef ? descriptionConfig.signin.withOTC : descriptionConfig.signin.withoutOTC; } diff --git a/apps/portal/test/actions.test.ts b/apps/portal/test/actions.test.ts index 17dfb0f6d8c..9cfb0614605 100644 --- a/apps/portal/test/actions.test.ts +++ b/apps/portal/test/actions.test.ts @@ -177,7 +177,7 @@ describe('redeemGift action', () => { expect(result).toMatchObject({ page: 'magiclink', - lastPage: 'giftRedemption', + lastPage: 'gift', otcRef: 'otc-ref-123', pageData: { token: 'gift-token-123', diff --git a/ghost/i18n/locales/af/portal.json b/ghost/i18n/locales/af/portal.json index b3f6349d9ba..3b2958560a9 100644 --- a/ghost/i18n/locales/af/portal.json +++ b/ghost/i18n/locales/af/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Kies u nuusbriefs", "Click here to retry": "Kliek hier om weer te probeer", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Sluit", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/ar/portal.json b/ghost/i18n/locales/ar/portal.json index b18869e3b71..91b1cc4b50c 100644 --- a/ghost/i18n/locales/ar/portal.json +++ b/ghost/i18n/locales/ar/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "اختر خطة", "Choose your newsletters": "اختر نشرتك الإخبارية المفضلة", "Click here to retry": "انقر هنا لإعادة المحاولة", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "إغلاق", "Code": "كود", "Comment preferences updated.": "تم تعديل تفضيلات التعليقات.", diff --git a/ghost/i18n/locales/bg/portal.json b/ghost/i18n/locales/bg/portal.json index bacac6ccd78..d26f7d5f0ca 100644 --- a/ghost/i18n/locales/bg/portal.json +++ b/ghost/i18n/locales/bg/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Изберете план", "Choose your newsletters": "Изберете бюлетини", "Click here to retry": "Щракнете за нов опит", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Затвори", "Code": "Код", "Comment preferences updated.": "Настройките за коментиране са обновени.", diff --git a/ghost/i18n/locales/bn/portal.json b/ghost/i18n/locales/bn/portal.json index 165b757ad0d..50653381af6 100644 --- a/ghost/i18n/locales/bn/portal.json +++ b/ghost/i18n/locales/bn/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "আপনার নিউজলেটার বেছে নিন", "Click here to retry": "আবার চেষ্টা করতে এখানে ক্লিক করুন", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "বন্ধ করুন", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/bs/portal.json b/ghost/i18n/locales/bs/portal.json index 9cc655ac627..bea5cf5b8fb 100644 --- a/ghost/i18n/locales/bs/portal.json +++ b/ghost/i18n/locales/bs/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Odaberi svoje newslettere", "Click here to retry": "Pokušaj ponovo", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zatvori", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/ca/portal.json b/ghost/i18n/locales/ca/portal.json index 33a18d82332..ac83bde5142 100644 --- a/ghost/i18n/locales/ca/portal.json +++ b/ghost/i18n/locales/ca/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Selecciona un pla", "Choose your newsletters": "Selecciona els teus butlletins", "Click here to retry": "Fes clic aquí per tornar-ho a intentar", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Tanca", "Code": "", "Comment preferences updated.": "Preferències de comentaris actualitzades", diff --git a/ghost/i18n/locales/context.json b/ghost/i18n/locales/context.json index 2cb98bc543b..71a4f806bdc 100644 --- a/ghost/i18n/locales/context.json +++ b/ghost/i18n/locales/context.json @@ -48,6 +48,7 @@ "Choose a plan": "Header for the plan selection screen in Portal", "Choose your newsletters": "A title for a screen where members can choose which email newsletters to receive", "Click here to retry": "A link to retry the login process", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "Confirmation message shown on the magic link popup during gift redemption.", "Close": "A button to close or dismiss portal and other UI components", "Code": "Aria-label for the one-time code input field on the verification page in Portal", "Comment": "Button text to post your comment, on smaller devices", diff --git a/ghost/i18n/locales/cs/portal.json b/ghost/i18n/locales/cs/portal.json index 5560b4ed1ce..aca5269a4e3 100644 --- a/ghost/i18n/locales/cs/portal.json +++ b/ghost/i18n/locales/cs/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Vyberte si newsletter", "Click here to retry": "Klikněte zde pro opakování", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zavřít", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/da/portal.json b/ghost/i18n/locales/da/portal.json index 423b15f5aad..2b8e9492f4d 100644 --- a/ghost/i18n/locales/da/portal.json +++ b/ghost/i18n/locales/da/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Vælg et abonnement", "Choose your newsletters": "Hvilke nyhedsbreve ønsker du", "Click here to retry": "Klik her for at prøve igen", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Luk", "Code": "", "Comment preferences updated.": "Kommentarpræferencer blev opdateret.", diff --git a/ghost/i18n/locales/de-CH/portal.json b/ghost/i18n/locales/de-CH/portal.json index a6a9cb10644..304757e4363 100644 --- a/ghost/i18n/locales/de-CH/portal.json +++ b/ghost/i18n/locales/de-CH/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Tarif wählen", "Choose your newsletters": "Wählen Sie Ihren Newsletter", "Click here to retry": "Hier klicken zum Wiederholen", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Schliessen", "Code": "Code", "Comment preferences updated.": "Kommentar-Einstellungen aktualisiert.", diff --git a/ghost/i18n/locales/de/portal.json b/ghost/i18n/locales/de/portal.json index d5a78a9c8d0..19d5cfa845c 100644 --- a/ghost/i18n/locales/de/portal.json +++ b/ghost/i18n/locales/de/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Tarif wählen", "Choose your newsletters": "Wähle deine Newsletter", "Click here to retry": "Hier klicken zum Wiederholen", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Schließen", "Code": "Bestätigungscode", "Comment preferences updated.": "Kommentar-Einstellungen aktualisiert.", diff --git a/ghost/i18n/locales/el/portal.json b/ghost/i18n/locales/el/portal.json index dccbfed8645..f334e773d5b 100644 --- a/ghost/i18n/locales/el/portal.json +++ b/ghost/i18n/locales/el/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Επιλέξτε τα ενημερωτικά δελτία σας", "Click here to retry": "Κάντε κλικ εδώ για επανάληψη", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Κλείσιμο", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/en/portal.json b/ghost/i18n/locales/en/portal.json index 0503e39667e..caf44de57e0 100644 --- a/ghost/i18n/locales/en/portal.json +++ b/ghost/i18n/locales/en/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "", "Click here to retry": "", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/eo/portal.json b/ghost/i18n/locales/eo/portal.json index 313908cbf0c..993eb524773 100644 --- a/ghost/i18n/locales/eo/portal.json +++ b/ghost/i18n/locales/eo/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Elektu viajn bultenojn", "Click here to retry": "", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Fermu", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/es/portal.json b/ghost/i18n/locales/es/portal.json index 605b395cdca..34a6dbe5977 100644 --- a/ghost/i18n/locales/es/portal.json +++ b/ghost/i18n/locales/es/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Elige un plan", "Choose your newsletters": "Elige tus boletines", "Click here to retry": "Haz click aquí para reintentar", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Cerrar", "Code": "", "Comment preferences updated.": "Preferencias de los comentarios actualizadas", diff --git a/ghost/i18n/locales/et/portal.json b/ghost/i18n/locales/et/portal.json index e5cb9749e93..116ece9f273 100644 --- a/ghost/i18n/locales/et/portal.json +++ b/ghost/i18n/locales/et/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Vali pakett", "Choose your newsletters": "Vali oma uudiskirjad", "Click here to retry": "Klõpsake siia, et uuesti proovida", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Sulge", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/eu/portal.json b/ghost/i18n/locales/eu/portal.json index 52214bbe621..1e1a3ffbc8c 100644 --- a/ghost/i18n/locales/eu/portal.json +++ b/ghost/i18n/locales/eu/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Aukeratu plan bat", "Choose your newsletters": "Aukeratu zure buletinak", "Click here to retry": "Klikatu hemen berriro saiatzeko", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Itxi", "Code": "", "Comment preferences updated.": "Iruzkinen hobespenak eguneratu dira.", diff --git a/ghost/i18n/locales/fa/portal.json b/ghost/i18n/locales/fa/portal.json index 3f4e68f21b7..e51e35b45bf 100644 --- a/ghost/i18n/locales/fa/portal.json +++ b/ghost/i18n/locales/fa/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "خبرنامه\u200cی خود را انتخاب کنید", "Click here to retry": "برای تلاش دوباره اینجا را کلیک کنید", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "بستن", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/fi/portal.json b/ghost/i18n/locales/fi/portal.json index b594088f9eb..0b8dc0b6daf 100644 --- a/ghost/i18n/locales/fi/portal.json +++ b/ghost/i18n/locales/fi/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Valitse tilaus", "Choose your newsletters": "Valitse uutiskirjeesi", "Click here to retry": "Klikkaa tästä kokeillaksesi uudestaan", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Sulje", "Code": "Koodi", "Comment preferences updated.": "Kommenttiasetukset on päivitetty.", diff --git a/ghost/i18n/locales/fr/portal.json b/ghost/i18n/locales/fr/portal.json index ba10db3d939..9a8c4e1527a 100644 --- a/ghost/i18n/locales/fr/portal.json +++ b/ghost/i18n/locales/fr/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Choisir un abonnement", "Choose your newsletters": "Choisir vos newsletters", "Click here to retry": "Cliquez ici pour réessayer", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Fermer", "Code": "Code", "Comment preferences updated.": "Préférences de commentaires mises à jour.", diff --git a/ghost/i18n/locales/gd/portal.json b/ghost/i18n/locales/gd/portal.json index a8058efee44..00e1cd3d7f3 100644 --- a/ghost/i18n/locales/gd/portal.json +++ b/ghost/i18n/locales/gd/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Tagh plana", "Choose your newsletters": "Tagh na cuairt-litrichean agad", "Click here to retry": "Briog an seo gus feuchainn a-rithist", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Dùin", "Code": "", "Comment preferences updated.": "Chaidh roghainnean nam beachd ùrachadh", diff --git a/ghost/i18n/locales/he/portal.json b/ghost/i18n/locales/he/portal.json index b1047b31ac1..3b650ca6a6f 100644 --- a/ghost/i18n/locales/he/portal.json +++ b/ghost/i18n/locales/he/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "בחרו תוכנית", "Choose your newsletters": "בחרו את הניוזלטרים שלכם", "Click here to retry": "לחצו כאן כדי לנסות שוב", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "סגירה", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/hi/portal.json b/ghost/i18n/locales/hi/portal.json index 631042bc008..084c68b36b6 100644 --- a/ghost/i18n/locales/hi/portal.json +++ b/ghost/i18n/locales/hi/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "एक योजना चुनें", "Choose your newsletters": "अपने न्यूज़लेटर चुनें", "Click here to retry": "फिर से प्रयास करने के लिए यहां क्लिक करें", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "बंद करें", "Code": "", "Comment preferences updated.": "टिप्पणी की प्राथमिकताएं अपडेट की गई।", diff --git a/ghost/i18n/locales/hr/portal.json b/ghost/i18n/locales/hr/portal.json index 0bf35ca29a4..f50c0595690 100644 --- a/ghost/i18n/locales/hr/portal.json +++ b/ghost/i18n/locales/hr/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Odaberite plan", "Choose your newsletters": "Odaberite vaš newsletter", "Click here to retry": "Klikni ovdje za ponovni pokušaj", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zatvori", "Code": "", "Comment preferences updated.": "Postavke komentara su ažurirane.", diff --git a/ghost/i18n/locales/hu/portal.json b/ghost/i18n/locales/hu/portal.json index 817e12e25c0..cd146c2be3a 100644 --- a/ghost/i18n/locales/hu/portal.json +++ b/ghost/i18n/locales/hu/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Válassz egy csomagot", "Choose your newsletters": "Válaszd ki a hírleveleidet", "Click here to retry": "Kattints ide az újrapróbálkozáshoz", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Bezár", "Code": "", "Comment preferences updated.": "Hozzászólási beállítások frissítve.", diff --git a/ghost/i18n/locales/id/portal.json b/ghost/i18n/locales/id/portal.json index 268f9ce63f3..e5dc99848bb 100644 --- a/ghost/i18n/locales/id/portal.json +++ b/ghost/i18n/locales/id/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Pilih paket", "Choose your newsletters": "Pilih buletin Anda", "Click here to retry": "Klik di sini untuk mencoba lagi", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Tutup", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/is/portal.json b/ghost/i18n/locales/is/portal.json index 21c286fcc37..9a7312b7a57 100644 --- a/ghost/i18n/locales/is/portal.json +++ b/ghost/i18n/locales/is/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Velja fréttabréf", "Click here to retry": "Smellið hér til að reyna aftur", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Loka", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/it/portal.json b/ghost/i18n/locales/it/portal.json index 1143fdcd5e2..cd3ced5d173 100644 --- a/ghost/i18n/locales/it/portal.json +++ b/ghost/i18n/locales/it/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Scegli un piano", "Choose your newsletters": "Scegli la tua newsletter", "Click here to retry": "Clicca qui per riprovare", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Chiudi", "Code": "Codice", "Comment preferences updated.": "Impostazioni dei commenti aggiornate.", diff --git a/ghost/i18n/locales/ja/portal.json b/ghost/i18n/locales/ja/portal.json index e7421698d49..de3c3bbb1a2 100644 --- a/ghost/i18n/locales/ja/portal.json +++ b/ghost/i18n/locales/ja/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "プランを選択", "Choose your newsletters": "ニュースレターを選択", "Click here to retry": "再試行するにはここをクリックしてください", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "閉じる", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/ko/portal.json b/ghost/i18n/locales/ko/portal.json index bcb56212e9c..a567cf41524 100644 --- a/ghost/i18n/locales/ko/portal.json +++ b/ghost/i18n/locales/ko/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "요금제 선택", "Choose your newsletters": "뉴스레터 선택", "Click here to retry": "다시 시도하려면 여기를 클릭해 주세요", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "닫기", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/kz/portal.json b/ghost/i18n/locales/kz/portal.json index 8088784c267..a2426d71d5e 100644 --- a/ghost/i18n/locales/kz/portal.json +++ b/ghost/i18n/locales/kz/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Ақпараттық бюллетеньдерді таңдау", "Click here to retry": "Қайта көру үшін мұнда басыңыз", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Жабу", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/lt/portal.json b/ghost/i18n/locales/lt/portal.json index 8b4c263ec80..c71b3d16cbc 100644 --- a/ghost/i18n/locales/lt/portal.json +++ b/ghost/i18n/locales/lt/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Pasirinkite norimus naujienlaiškius", "Click here to retry": "Spauskite čia, kad pakartotumėte", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Uždaryti", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/lv/portal.json b/ghost/i18n/locales/lv/portal.json index 990cef19a53..fe51aee3f29 100644 --- a/ghost/i18n/locales/lv/portal.json +++ b/ghost/i18n/locales/lv/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Izvēlieties plānu", "Choose your newsletters": "Izvēlieties savus biļetenus", "Click here to retry": "Noklikšķiniet šeit, lai mēģinātu vēlreiz", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Aizvērt", "Code": "", "Comment preferences updated.": "Komentāru preferences ir atjauninātas.", diff --git a/ghost/i18n/locales/mk/portal.json b/ghost/i18n/locales/mk/portal.json index 33b43286df8..12f4124a764 100644 --- a/ghost/i18n/locales/mk/portal.json +++ b/ghost/i18n/locales/mk/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Изберете ги вашите билтени", "Click here to retry": "Кликнете тука за да се обидите повторно", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Затворете", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/mn/portal.json b/ghost/i18n/locales/mn/portal.json index 89b0a8568a9..d00fd26e1ee 100644 --- a/ghost/i18n/locales/mn/portal.json +++ b/ghost/i18n/locales/mn/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Багц сонгох", "Choose your newsletters": "Товхимолоо сонгох", "Click here to retry": "Дахин оролдохын тулд энд дарна уу", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Хаах", "Code": "", "Comment preferences updated.": "Сэтгэгдлийн тохиргоо шинэчлэгдлээ.", diff --git a/ghost/i18n/locales/ms/portal.json b/ghost/i18n/locales/ms/portal.json index 66025cce281..5a0f07facfe 100644 --- a/ghost/i18n/locales/ms/portal.json +++ b/ghost/i18n/locales/ms/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Pilih newsletter anda", "Click here to retry": "Klik di sini untuk cuba semula", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Tutup", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/nb/portal.json b/ghost/i18n/locales/nb/portal.json index 220abf2eebf..bce6bf9b557 100644 --- a/ghost/i18n/locales/nb/portal.json +++ b/ghost/i18n/locales/nb/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Velg en avtale", "Choose your newsletters": "Velg nyhetsbrev", "Click here to retry": "Klikk her for å prøve igjen", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Lukk", "Code": "", "Comment preferences updated.": "Innstillingene for kommentarer ble oppdatert.", diff --git a/ghost/i18n/locales/ne/portal.json b/ghost/i18n/locales/ne/portal.json index 0503e39667e..caf44de57e0 100644 --- a/ghost/i18n/locales/ne/portal.json +++ b/ghost/i18n/locales/ne/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "", "Click here to retry": "", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/nl/portal.json b/ghost/i18n/locales/nl/portal.json index a5c30efe537..7f0c1a9e9e3 100644 --- a/ghost/i18n/locales/nl/portal.json +++ b/ghost/i18n/locales/nl/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Kies een abonnement", "Choose your newsletters": "Kies jouw nieuwsbrieven", "Click here to retry": "Klik hier om opnieuw te proberen", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Sluiten", "Code": "", "Comment preferences updated.": "Reactievoorkeuren bijgewerkt.", diff --git a/ghost/i18n/locales/nn/portal.json b/ghost/i18n/locales/nn/portal.json index 6704221b12e..90dc2f89ce3 100644 --- a/ghost/i18n/locales/nn/portal.json +++ b/ghost/i18n/locales/nn/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Vel nyheitsbrevet ditt", "Click here to retry": "Klikk her for å prøva på ny", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Lukk", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/pa/portal.json b/ghost/i18n/locales/pa/portal.json index 114d1c513a1..6dd0f09e6b3 100644 --- a/ghost/i18n/locales/pa/portal.json +++ b/ghost/i18n/locales/pa/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "ਇੱਕ ਪਲਾਨ ਚੁਣੋ", "Choose your newsletters": "ਆਪਣੇ ਖ਼ਬਰਨਾਮੇ ਚੁਣੋ", "Click here to retry": "ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "ਬੰਦ ਕਰੋ", "Code": "", "Comment preferences updated.": "ਟਿੱਪਣੀ ਤਰਜੀਹਾਂ ਅੱਪਡੇਟ ਕੀਤੀਆਂ ਗਈਆਂ।", diff --git a/ghost/i18n/locales/pl/portal.json b/ghost/i18n/locales/pl/portal.json index 38859bd03cb..23e01a56ee0 100644 --- a/ghost/i18n/locales/pl/portal.json +++ b/ghost/i18n/locales/pl/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Wybierz plan", "Choose your newsletters": "Wybierz swoje newslettery", "Click here to retry": "Kliknij tu żeby potwierdzić", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zamknij", "Code": "", "Comment preferences updated.": "Zaktualizowano preferencje dotyczące komentarzy.", diff --git a/ghost/i18n/locales/pt-BR/portal.json b/ghost/i18n/locales/pt-BR/portal.json index d43f9971810..4998b8b04ee 100644 --- a/ghost/i18n/locales/pt-BR/portal.json +++ b/ghost/i18n/locales/pt-BR/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Escolher um plano", "Choose your newsletters": "Escolha suas newsletters", "Click here to retry": "Clique aqui para tentar novamente", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Fechar", "Code": "Código", "Comment preferences updated.": "Preferências de comentários atualizadas", diff --git a/ghost/i18n/locales/pt/portal.json b/ghost/i18n/locales/pt/portal.json index 409d20b6bf1..d7169e99208 100644 --- a/ghost/i18n/locales/pt/portal.json +++ b/ghost/i18n/locales/pt/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Escolha um plano", "Choose your newsletters": "Escolha as suas newsletters", "Click here to retry": "Clique aqui para tentar novamente", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Fechar", "Code": "", "Comment preferences updated.": "Preferências de comentários atualizadas.", diff --git a/ghost/i18n/locales/ro/portal.json b/ghost/i18n/locales/ro/portal.json index 00253de5352..11852a7a44d 100644 --- a/ghost/i18n/locales/ro/portal.json +++ b/ghost/i18n/locales/ro/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Alege-ți newsletterele", "Click here to retry": "Clic aici pentru a reîncerca", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Închide", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/ru/portal.json b/ghost/i18n/locales/ru/portal.json index 74b82fd102e..63c3c8abc4d 100644 --- a/ghost/i18n/locales/ru/portal.json +++ b/ghost/i18n/locales/ru/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Выберите план", "Choose your newsletters": "Выбор и управление рассылками", "Click here to retry": "Нажмите здесь, чтобы повторить попытку", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Закрыть", "Code": "Код", "Comment preferences updated.": "Настройки комментариев обновлены.", diff --git a/ghost/i18n/locales/si/portal.json b/ghost/i18n/locales/si/portal.json index 5996ed6250d..2059ab05283 100644 --- a/ghost/i18n/locales/si/portal.json +++ b/ghost/i18n/locales/si/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "ඔබගේ newsletter වර්ගය තෝරන්න", "Click here to retry": "නැවත උත්සාහ කිරීම සඳහා මෙහි click කරන්න", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "වසන්න", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/sk/portal.json b/ghost/i18n/locales/sk/portal.json index dc45e53a7d9..f0072cafebc 100644 --- a/ghost/i18n/locales/sk/portal.json +++ b/ghost/i18n/locales/sk/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Vyberte si plán", "Choose your newsletters": "Vyberte si newsletter", "Click here to retry": "Kliknite sem pre obnovenie", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zatvoriť", "Code": "", "Comment preferences updated.": "Nastavenia komentárov aktualizované", diff --git a/ghost/i18n/locales/sl/portal.json b/ghost/i18n/locales/sl/portal.json index 25bebfd0f8c..c61eec9fff9 100644 --- a/ghost/i18n/locales/sl/portal.json +++ b/ghost/i18n/locales/sl/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Izberite paket", "Choose your newsletters": "Izberite svoje novice", "Click here to retry": "Kliknite tukaj, da poskusite znova", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zapri", "Code": "", "Comment preferences updated.": "Nastavitve komentarjev so bile posodobljene.", diff --git a/ghost/i18n/locales/sq/portal.json b/ghost/i18n/locales/sq/portal.json index 6e484c77d49..5d2287ce941 100644 --- a/ghost/i18n/locales/sq/portal.json +++ b/ghost/i18n/locales/sq/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Zgjidh buletinin tend", "Click here to retry": "Kliko ketu per te provuar perseri", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Mbyll", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/sr-Cyrl/portal.json b/ghost/i18n/locales/sr-Cyrl/portal.json index 5d7a787cfab..f2028ab9feb 100644 --- a/ghost/i18n/locales/sr-Cyrl/portal.json +++ b/ghost/i18n/locales/sr-Cyrl/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Изаберите план", "Choose your newsletters": "Изаберите своје билтене", "Click here to retry": "Кликните овде да покушате поново", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Затворите", "Code": "Код", "Comment preferences updated.": "Преференце коментара ажуриране.", diff --git a/ghost/i18n/locales/sr/portal.json b/ghost/i18n/locales/sr/portal.json index 90e08dfff57..d29f1bc12d2 100644 --- a/ghost/i18n/locales/sr/portal.json +++ b/ghost/i18n/locales/sr/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Izaberite plan", "Choose your newsletters": "Izaberite svoje biltene", "Click here to retry": "Kliknite ovde da pokušate ponovo", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Zatvorite", "Code": "Kod", "Comment preferences updated.": "Preference komentara ažurirane.", diff --git a/ghost/i18n/locales/sv/portal.json b/ghost/i18n/locales/sv/portal.json index 9f2ab3a2a8f..3f84fc43b1f 100644 --- a/ghost/i18n/locales/sv/portal.json +++ b/ghost/i18n/locales/sv/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Välj en plan", "Choose your newsletters": "Välj dina nyhetsbrev", "Click here to retry": "Klicka här för att försöka igen", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Stäng", "Code": "Kod", "Comment preferences updated.": "Kommentarinställningar uppdaterade.", diff --git a/ghost/i18n/locales/sw/portal.json b/ghost/i18n/locales/sw/portal.json index ab7ae67f794..fe026975563 100644 --- a/ghost/i18n/locales/sw/portal.json +++ b/ghost/i18n/locales/sw/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Chagua majarida yako", "Click here to retry": "Bofya hapa kurudia", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Funga", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/ta/portal.json b/ghost/i18n/locales/ta/portal.json index b8f9a28ae7e..11e3940b1f4 100644 --- a/ghost/i18n/locales/ta/portal.json +++ b/ghost/i18n/locales/ta/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "ஒரு திட்டத்தைத் தேர்வு செய்யவும்", "Choose your newsletters": "உங்கள் செய்திமடல்களைத் தேர்வு செய்யவும்", "Click here to retry": "மீண்டும் முயற்சிக்க இங்கே கிளிக் செய்யவும்", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "மூடு", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/th/portal.json b/ghost/i18n/locales/th/portal.json index f8743e600a9..e2d817efe95 100644 --- a/ghost/i18n/locales/th/portal.json +++ b/ghost/i18n/locales/th/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "เลือกอีเมลที่ต้องการรับจดหมายข่าว", "Click here to retry": "คลิกที่นี่เพื่อลองอีกครั้ง", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "ปิด", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/tr/portal.json b/ghost/i18n/locales/tr/portal.json index 93b05b82c77..01b25fbe400 100644 --- a/ghost/i18n/locales/tr/portal.json +++ b/ghost/i18n/locales/tr/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Bir plan seçin", "Choose your newsletters": "Bültenleri seç", "Click here to retry": "Tekrar denemek için buraya tıkla", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Kapat", "Code": "Kod", "Comment preferences updated.": "Yorum tercihleri güncellendi.", diff --git a/ghost/i18n/locales/uk/portal.json b/ghost/i18n/locales/uk/portal.json index 9455f1a5828..128f1c62d61 100644 --- a/ghost/i18n/locales/uk/portal.json +++ b/ghost/i18n/locales/uk/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Оберіть план", "Choose your newsletters": "Оберіть свої підписки", "Click here to retry": "Натисніть тут, щоб повторити спробу", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Закрити", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/ur/portal.json b/ghost/i18n/locales/ur/portal.json index d12e9bb8b26..e2ab215753b 100644 --- a/ghost/i18n/locales/ur/portal.json +++ b/ghost/i18n/locales/ur/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "اپنے نیوزلیٹر کو منتخب کریں", "Click here to retry": "دوبارہ کوشش کرنے کے لئے یہاں کلک کریں", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "بند کریں", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/uz/portal.json b/ghost/i18n/locales/uz/portal.json index 4140537ad30..6ca8de1fe62 100644 --- a/ghost/i18n/locales/uz/portal.json +++ b/ghost/i18n/locales/uz/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "", "Choose your newsletters": "Pochta xabarlarini tanlang", "Click here to retry": "", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Yopmoq", "Code": "", "Comment preferences updated.": "", diff --git a/ghost/i18n/locales/vi/portal.json b/ghost/i18n/locales/vi/portal.json index f2235a9e3b6..453424f3367 100644 --- a/ghost/i18n/locales/vi/portal.json +++ b/ghost/i18n/locales/vi/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "Chọn một gói", "Choose your newsletters": "Chọn bản tin bạn muốn nhận", "Click here to retry": "Nhấn vào đây thử lại", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "Đóng", "Code": "Mã", "Comment preferences updated.": "Đã cập nhật thiết lập bình luận.", diff --git a/ghost/i18n/locales/zh-Hant/portal.json b/ghost/i18n/locales/zh-Hant/portal.json index e977625e0d4..6b2a2f1e9fd 100644 --- a/ghost/i18n/locales/zh-Hant/portal.json +++ b/ghost/i18n/locales/zh-Hant/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "選擇方案", "Choose your newsletters": "選擇您的電子報", "Click here to retry": "點擊重試", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "關閉", "Code": "驗證碼", "Comment preferences updated.": "留言偏好設定已更新。", diff --git a/ghost/i18n/locales/zh/portal.json b/ghost/i18n/locales/zh/portal.json index 74685898860..75750b0e6b7 100644 --- a/ghost/i18n/locales/zh/portal.json +++ b/ghost/i18n/locales/zh/portal.json @@ -46,6 +46,7 @@ "Choose a plan": "选择一个订阅方案", "Choose your newsletters": "选择您的新闻信", "Click here to retry": "请点此处重试", + "Click the confirmation link in your inbox to finish redeeming your membership. If it doesn't arrive within 3 minutes, check your spam folder.": "", "Close": "关闭", "Code": "验证码", "Comment preferences updated.": "评论偏好设置已更新",