Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: home page text #3651

Merged
merged 6 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Composer/packages/client/src/pages/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const About: React.FC<RouteComponentProps> = () => {
<div css={about.version}>{formatMessage(`Release: `) + (process.env.COMPOSER_VERSION || 'Unknown')}</div>
<div css={about.description}>
<p>
{formatMessage(`Bot Framework Composer is an integrated development environment (IDE) for building
bots and other types of conversational software with the Microsoft Bot Framework technology stack.
Inside this web-based tool you will find everything you need to build a modern, state-of-the-art conversational experience.`)}
{formatMessage(`Bot Framework Composer is a visual authoring canvas for building
bots and other types of conversational application with the Microsoft Bot Framework technology stack.
With Composer you will find everything you need to build a modern, state-of-the-art conversational experience.`)}
</p>
<p>
{formatMessage(`Bot Framework Composer enables teams working to create bots to build all kinds of conversational experiences that use the
{formatMessage(`Bot Framework Composer enables developers and multi-disciplinary teams to build all kinds of conversational experiences, using the
latest components from the Bot Framework: SDK, LG, LU, and declarative file formats, all without writing code.`)}
<Link
href={'https://docs.microsoft.com/en-us/composer/'}
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/client/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const Home: React.FC<RouteComponentProps> = () => {
<h1 css={home.title}>{formatMessage(`Bot Framework Composer`)}</h1>
<div aria-label={formatMessage('Composer introduction')} css={home.introduction} role="region">
{formatMessage(
'Bot Framework Composer is an integrated development environment (IDE) for building bots and other types of conversational software with the Microsoft Bot Framework technology stack.'
'Bot Framework Composer is an open-source visual authoring canvas for developers and multi-disciplinary teams to build bots. Composer integrates LUIS and QnA Maker, and allows sophisticated composition of bot replies using language generation.'
)}
</div>
<div css={home.newBotContainer}>
Expand Down