diff --git a/Composer/packages/client/src/constants/index.ts b/Composer/packages/client/src/constants/index.ts index c7b28f69ad..28d47e3613 100644 --- a/Composer/packages/client/src/constants/index.ts +++ b/Composer/packages/client/src/constants/index.ts @@ -109,7 +109,7 @@ export const Tips = { (projectname-environment-LUfilename)`), ENVIRONMENT: formatMessage(`When multiple people are working with models you want to be able to work with models independently from each other tied to the source control.`), - AUTHORING_KEY: formatMessage('A primary key is created automatically when you create a LUIS account.'), + AUTHORING_KEY: formatMessage('An authoring key is created automatically when you create a LUIS account.'), AUTHORING_REGION: formatMessage('Authoring region to use [westus,westeurope,australiaeast]'), DEFAULT_LANGUAGE: formatMessage( `Configures default language model to use if there is no culture code in the file name (Default:en-us)` diff --git a/Composer/packages/client/src/pages/language-understanding/publish-luis-modal.jsx b/Composer/packages/client/src/pages/language-understanding/publish-luis-modal.jsx index f6b0f375d5..2fba209564 100644 --- a/Composer/packages/client/src/pages/language-understanding/publish-luis-modal.jsx +++ b/Composer/packages/client/src/pages/language-understanding/publish-luis-modal.jsx @@ -165,7 +165,7 @@ export const PublishLuis = (props) => { data-testid="AuthoringKeyInput" defaultValue={formData.authoringKey} errorMessage={formData.errors.authoringKey || ''} - label={formatMessage('LUIS Primary key:')} + label={formatMessage('LUIS Authoring key:')} onChange={updateForm('authoringKey')} onRenderLabel={onRenderLabel(Tips.AUTHORING_KEY)} /> diff --git a/docs/concept-language-understanding.md b/docs/concept-language-understanding.md index 91a490902c..1dd5df6757 100644 --- a/docs/concept-language-understanding.md +++ b/docs/concept-language-understanding.md @@ -129,10 +129,10 @@ Now the last step is to publish your LU content to LUIS. 1. Select **Start Bot** on the upper right corner of the Composer. -2. Fill in your **LUIS Primary key** and select **OK**. +2. Fill in your **LUIS Authoring key** and select **OK**. > [!Note] - > If you do not have a LUIS account, you can get one on the [LUIS](https://www.luis.ai/home). If you have a LUIS account but do not know how to find your LUIS primary key please see the [Azure resources for LUIS](https://aka.ms/LUIS-Authoring-Keys#programmatic-key) section of the _Authoring and runtime keys_ article. + > If you do not have a LUIS account, you can get one on the [LUIS](https://www.luis.ai/home). If you have a LUIS account but do not know how to find your LUIS Authoring key please see the [Azure resources for LUIS](https://aka.ms/LUIS-Authoring-Keys#programmatic-key) section of the _Authoring and runtime keys_ article. 3. Select **OK**. ![Publish LU](./media/language-understanding/publish-lu.png)