You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/botbuilder-lg/src/templateErrors.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@
12
12
exportclassTemplateErrors{
13
13
publicstaticreadonlynoTemplate: string=`LG file must have at least one template definition.`;
14
14
15
-
publicstaticreadonlyinvalidTemplateName: string=`Invalid template name. Template name should start with letter/number/_ and can only contains letter/number/_/./-.`;
15
+
publicstaticreadonlyinvalidTemplateName: string=`Invalid template name. Template name should start with letter/number/_ and can only contains letter/number/./_.`;
publicstaticreadonlyinvalidStrucName: string=`Invalid structure name. name should start with letter/number/_ and can only contains letter/number/_/./-.`;
19
+
publicstaticreadonlyinvalidStrucName: string=`Invalid structure name. name should start with letter/number/_ and can only contains letter/number/./_.`;
20
20
21
21
publicstaticreadonlymissingStrucEnd: string=`Invalid structure body. Expecting ']' at the end of the body.`;
0 commit comments