new (basic.gbapp): NOTE keyword.
This commit is contained in:
parent
545ceaec40
commit
527aa3af86
1 changed files with 1 additions and 1 deletions
|
@ -1416,7 +1416,7 @@ export class GBMinService {
|
|||
|
||||
// Checks for bad words on input text.
|
||||
|
||||
const hasBadWord = wash.check(step.context.locale, text);
|
||||
const hasBadWord = wash.check(step.context.activity.locale, text);
|
||||
if (hasBadWord) {
|
||||
return await step.beginDialog('/pleaseNoBadWords');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue