diff --git a/Composer/packages/client/src/components/CreationFlow/TemplateDetailView.tsx b/Composer/packages/client/src/components/CreationFlow/TemplateDetailView.tsx index 353b747689..c1bdccfd93 100644 --- a/Composer/packages/client/src/components/CreationFlow/TemplateDetailView.tsx +++ b/Composer/packages/client/src/components/CreationFlow/TemplateDetailView.tsx @@ -134,7 +134,13 @@ export const TemplateDetailView: React.FC = (props) => `To create a bot from your own Bot Framework Template you need to add a path to your local templates index.js file. Learn more`, { templateDocLink: ({ children }) => ( - + {children} ), diff --git a/Composer/packages/client/src/components/ManageService/ManageService.tsx b/Composer/packages/client/src/components/ManageService/ManageService.tsx index e5520c9a57..c4a7a3d9a2 100644 --- a/Composer/packages/client/src/components/ManageService/ManageService.tsx +++ b/Composer/packages/client/src/components/ManageService/ManageService.tsx @@ -481,7 +481,13 @@ export const ManageService: React.FC = (props: ManageService service: props.serviceName, })} {props.learnMore ? ( - + {formatMessage('Learn more')} ) : null} diff --git a/Composer/packages/client/src/constants.tsx b/Composer/packages/client/src/constants.tsx index 788790bc92..8807c97402 100644 --- a/Composer/packages/client/src/constants.tsx +++ b/Composer/packages/client/src/constants.tsx @@ -333,7 +333,13 @@ export const addSkillDialog = { `To connect to a skill, your bot needs the information captured in the skill’s manifest of the bot, and, for secure access, the skill needs to know your bot's AppID. Learn more.`, { link: ({ children }) => ( - + {children} ), diff --git a/Composer/packages/client/src/pages/botProject/AllowedCallers.tsx b/Composer/packages/client/src/pages/botProject/AllowedCallers.tsx index 096efaa400..493c36f078 100644 --- a/Composer/packages/client/src/pages/botProject/AllowedCallers.tsx +++ b/Composer/packages/client/src/pages/botProject/AllowedCallers.tsx @@ -168,6 +168,7 @@ export const AllowedCallers: React.FC = ({ projectId }) => { a: ({ children }) => ( diff --git a/Composer/packages/client/src/pages/botProject/AppIdAndPassword.tsx b/Composer/packages/client/src/pages/botProject/AppIdAndPassword.tsx index 5d17384e0c..aa34092605 100644 --- a/Composer/packages/client/src/pages/botProject/AppIdAndPassword.tsx +++ b/Composer/packages/client/src/pages/botProject/AppIdAndPassword.tsx @@ -86,7 +86,12 @@ export const AppIdAndPassword: React.FC = (props) => { 'An App ID is used for communication between your bot and skills, services, websites or applications. Use an existing App ID or automatically generate an App ID when creating a publishing profile for this bot. Learn more', { a: ({ children }) => ( - + {children} ), diff --git a/Composer/packages/client/src/pages/botProject/RootBotExternalService.tsx b/Composer/packages/client/src/pages/botProject/RootBotExternalService.tsx index c5d492dd5d..18c6506c7d 100644 --- a/Composer/packages/client/src/pages/botProject/RootBotExternalService.tsx +++ b/Composer/packages/client/src/pages/botProject/RootBotExternalService.tsx @@ -306,13 +306,19 @@ export const RootBotExternalService: React.FC = (pr 'Language Understanding (LUIS) is an Azure Cognitive Service that uses machine learning to understand natural language input and direct the conversation flow. Learn more. Use an existing Language Understanding (LUIS) key from Azure or create a new key. Learn more', { a: ({ children }) => ( - + {children} ), a2: ({ children }) => ( @@ -384,13 +390,20 @@ export const RootBotExternalService: React.FC = (pr 'Your bot is configured with only a LUIS authoring key, which has a limit of 1,000 calls per month. If your bot hits this limit, publish it to Azure using a publishing profile to continue testing.Learn more', { a: ({ children }) => ( - + {children} ), a2: ({ children }) => ( @@ -407,13 +420,19 @@ export const RootBotExternalService: React.FC = (pr 'QnA Maker is an Azure Cognitive services that can extract question-and-answer pairs from a website FAQ. Learn more. Use an existing key from Azure or create a new key. Learn more.', { a: ({ children }) => ( - + {children} ), a2: ({ children }) => ( diff --git a/Composer/packages/client/src/pages/botProject/SkillBotExternalService.tsx b/Composer/packages/client/src/pages/botProject/SkillBotExternalService.tsx index f2c95c5df2..e4201c3cc4 100644 --- a/Composer/packages/client/src/pages/botProject/SkillBotExternalService.tsx +++ b/Composer/packages/client/src/pages/botProject/SkillBotExternalService.tsx @@ -149,12 +149,22 @@ export const SkillBotExternalService: React.FC = ( 'Language Understanding (LUIS) is an Azure Cognitive Service that uses machine learning to understand natural language input and direct the conversation flow. Learn more. Use an existing Language Understanding (LUIS) key from Azure or create a new key. Learn more', { a: ({ children }) => ( - + {children} ), a2: ({ children }) => ( - + {children} ), @@ -210,13 +220,21 @@ export const SkillBotExternalService: React.FC = ( 'QnA Maker is an Azure Cognitive services that can extract question-and-answer pairs from a website FAQ. Learn more. Use an existing key from Azure or create a new key. Learn more', { a: ({ children }) => ( - + {children} ), a2: ({ children }) => ( diff --git a/Composer/packages/client/src/pages/botProject/SkillHostEndPoint.tsx b/Composer/packages/client/src/pages/botProject/SkillHostEndPoint.tsx index ffaf967933..77e613ce76 100644 --- a/Composer/packages/client/src/pages/botProject/SkillHostEndPoint.tsx +++ b/Composer/packages/client/src/pages/botProject/SkillHostEndPoint.tsx @@ -51,7 +51,12 @@ export const SkillHostEndPoint: React.FC = (props) => { 'Add a skill host endpoint so your skills can reliably connect to your root bot. Learn more.', { a: ({ children }) => ( - + {children} ), diff --git a/Composer/packages/client/src/pages/botProject/adapters/AdapterSection.tsx b/Composer/packages/client/src/pages/botProject/adapters/AdapterSection.tsx index 04c29432dc..ed9525f5d5 100644 --- a/Composer/packages/client/src/pages/botProject/adapters/AdapterSection.tsx +++ b/Composer/packages/client/src/pages/botProject/adapters/AdapterSection.tsx @@ -34,7 +34,12 @@ const AdapterSection = ({ projectId, scrollToSectionId }: Props) => { 'Add connections to make your bot available in Webchat, Direct Line Speech, Microsoft Teams and more. Learn more.', { a: ({ children }) => ( - + {children} ), diff --git a/Composer/packages/client/src/pages/design/DebugPanel/TabExtensions/WatchTab/WatchTabContent.tsx b/Composer/packages/client/src/pages/design/DebugPanel/TabExtensions/WatchTab/WatchTabContent.tsx index 05e6797e23..70bb18dfff 100644 --- a/Composer/packages/client/src/pages/design/DebugPanel/TabExtensions/WatchTab/WatchTabContent.tsx +++ b/Composer/packages/client/src/pages/design/DebugPanel/TabExtensions/WatchTab/WatchTabContent.tsx @@ -360,7 +360,14 @@ export const WatchTabContent: React.FC = ({ isActive } 'Add properties to watch while testing your bot in the Web Chat pane. Learn more.', { a: ({ children }) => ( - + {children} ), diff --git a/Composer/packages/client/src/pages/setting/app-settings/electronSettings.tsx b/Composer/packages/client/src/pages/setting/app-settings/electronSettings.tsx index 9339ed60ec..6e6280d6c8 100644 --- a/Composer/packages/client/src/pages/setting/app-settings/electronSettings.tsx +++ b/Composer/packages/client/src/pages/setting/app-settings/electronSettings.tsx @@ -41,6 +41,7 @@ export const ElectronSettings: React.FC = () => { a: (props) => { ( { 'Your bot needs the following resources based on its capabilities. Select resources that you want to provision in your publishing profile. Learn more', { a: ({ children }) => ( - + {children} ), diff --git a/extensions/azurePublishNew/src/components/provisioningWizards/HandOffToAdminWizard.tsx b/extensions/azurePublishNew/src/components/provisioningWizards/HandOffToAdminWizard.tsx index e479e955d1..736f91851e 100644 --- a/extensions/azurePublishNew/src/components/provisioningWizards/HandOffToAdminWizard.tsx +++ b/extensions/azurePublishNew/src/components/provisioningWizards/HandOffToAdminWizard.tsx @@ -52,7 +52,13 @@ export const HandOffToAdminWizard = React.memo((props: Props) => { 'Your bot needs the following resources based on its capabilities. Select resources that you want to provision in your publishing profile. Learn more', { a: ({ children }) => ( - + {children} ),