Skip to content

Commit

Permalink
Minor deep-linking cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten committed Dec 7, 2019
1 parent 844df12 commit 0d9a800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Composer/packages/client/src/TestController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,10 @@ export const TestController: React.FC = () => {
)}
<div ref={addRef}>
{showError && (
<Fragment>
<div style={{ float: 'left' }} onClick={handleErrorButtonClick}>
<span css={errorCount}>{errorLength}</span>
<IconButton
iconProps={{ iconName: 'ErrorBadge' }}
css={errorButton}
title="Error"
ariaLabel="Error"
onClick={handleErrorButtonClick}
/>
</Fragment>
<IconButton iconProps={{ iconName: 'ErrorBadge' }} css={errorButton} title="Error" ariaLabel="Error" />
</div>
)}
<PrimaryButton
css={botButton}
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/lib/shared/src/labelMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const ConceptLabels: { [key in ConceptLabelKey]?: LabelOverride } = {
title: formatMessage('Language Generation'),
},
[SDKTypes.AdaptiveDialog]: {
title: formatMessage('AdaptiveDialog'),
title: formatMessage('Adaptive dialog'),
},
[SDKTypes.AttachmentInput]: {
title: formatMessage('File or attachment'),
Expand Down

0 comments on commit 0d9a800

Please sign in to comment.