From c1db48bb665373f6fddff4766e600d59f98b58f3 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Thu, 29 Oct 2020 19:26:44 -0500 Subject: [PATCH] Clarification --- lib/usage-warns.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/usage-warns.ts b/lib/usage-warns.ts index aa77f6304..2033cd029 100644 --- a/lib/usage-warns.ts +++ b/lib/usage-warns.ts @@ -12,8 +12,8 @@ export function missingLocaleInPages(): [string[], () => void] { console.log( `The ${pages} "${invalidPaths.join(', ')}" ${ single ? 'does' : 'do' - } not include a locale, when using i18n web pages from BigCommerce -are expected to have a locale or they will be ignored.\n + } not include a locale, or the locale is not supported. When using i18n, web pages from +BigCommerce are expected to have a locale or they will be ignored.\n Please update the ${pages} to include the default locale or make the ${pages} invisible by unchecking the "Navigation Menu" option in the settings of ${ single ? 'the' : 'each'