Skip to content

Commit

Permalink
fix: update dialog property title (#1966)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Brown <asbrown002@gmail.com>
  • Loading branch information
tdurnford and a-b-r-o-w-n committed Feb 7, 2020
1 parent 189722c commit 2268545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/packages/lib/shared/src/appschema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,7 @@ export const appschema: OBISchema = {
...$properties(SDKTypes.ReplaceDialog),
dialog: {
$type: 'Microsoft.IDialog',
title: 'Dialog',
title: 'Dialog name',
description: 'Current dialog will be replaced by this dialog.',
type: 'string',
},
Expand Down

0 comments on commit 2268545

Please sign in to comment.