From db0372ab87691488d1d62576f00eec052c03d3dc Mon Sep 17 00:00:00 2001 From: danimal141 Date: Wed, 4 Aug 2021 12:21:48 +0900 Subject: [PATCH] Fix duplicate period --- locales.json | 4 ++-- templates/utils/auth0widget.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales.json b/locales.json index cfa8d941..f2deca67 100644 --- a/locales.json +++ b/locales.json @@ -8,7 +8,7 @@ "It looks like you have another account with the same email address. We recommend you link these accounts.", "skipAlternativeLink": "I want to skip this and create a new account. (Not recommended)", "sameEmailAddressError": "Accounts must have matching email addresses. Please try again.", - "identities": "You may sign in with {{identities}} to link accounts", + "identities": "You may sign in with {{identities}} to link accounts.", "or": "or" }, @@ -23,7 +23,7 @@ "skipAlternativeLink": "Quiero saltar esto y crear una nueva cuenta. (No recomendado)", "sameEmailAddressError": "Las cuentas deben tener la misma dirección de correo electrónico. Por favor intenta nuevamente.", - "identities": "Puedes iniciar sesión con {{identities}} para vincular las cuentas", + "identities": "Puedes iniciar sesión con {{identities}} para vincular las cuentas.", "or": "o" }, diff --git a/templates/utils/auth0widget.js b/templates/utils/auth0widget.js index be7567d3..59185546 100644 --- a/templates/utils/auth0widget.js +++ b/templates/utils/auth0widget.js @@ -87,7 +87,7 @@ module.exports = (dynamicSettings, identities, locale = 'en') =>

- ${t('introduction')} ${t('identities').replace(identitiesRegex, identities)}. + ${t('introduction')} ${t('identities').replace(identitiesRegex, identities)}