Skip to content

Commit

Permalink
Remove LUIS from trigger dialog (microsoft#7386)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Whitten <[email protected]>
  • Loading branch information
taicchoumsft and cwhitten authored Apr 26, 2021
1 parent fd7a2cf commit e14beb4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function resolveTriggerWidget(
<TextField
data-testid="TriggerName"
errorMessage={formData.errors.intent}
label={formatMessage('What is the name of this trigger (LUIS)')}
label={formatMessage('What is the name of this trigger?')}
styles={intentStyles}
onChange={onNameChange}
/>
Expand Down
21 changes: 18 additions & 3 deletions Composer/packages/server/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,9 @@
"common_7911ab4b": {
"message": "Common"
},
"complete_your_publishing_profile_7240d0d6": {
"message": "Complete your publishing profile"
},
"component_stacktrace_e24b1983": {
"message": "Component Stacktrace:"
},
Expand Down Expand Up @@ -1601,6 +1604,9 @@
"filter_e3398407": {
"message": "Filter"
},
"find_additional_template_specific_guidance_for_set_d7256573": {
"message": "Find additional template-specific guidance for setting up your bot."
},
"find_and_install_more_external_services_to_your_bo_37ef3f0c": {
"message": "Find and install more external services to your bot project in <a>package manager</a>. For further guidance, see documentation for <a2>adding external connections.</a2>"
},
Expand All @@ -1616,6 +1622,9 @@
"find_tutorials_step_by_step_guides_discover_what_y_8f3e3863": {
"message": "Find tutorials, step-by-step guides. Discover what you can build with Composer."
},
"finish_setting_up_your_environment_and_provisionig_11cdecda": {
"message": "Finish setting up your environment and provisionig resources so that you can publish your bot."
},
"firstselector_a3daca5d": {
"message": "FirstSelector"
},
Expand Down Expand Up @@ -2783,6 +2792,9 @@
"progress_of_total_87de8616": {
"message": "{ progress }% of { total }"
},
"project_readme_68f88d88": {
"message": "Project Readme"
},
"project_settings_42fe3f68": {
"message": "Project settings"
},
Expand Down Expand Up @@ -3128,6 +3140,9 @@
"review_and_generate_63dec712": {
"message": "Review and generate"
},
"review_your_template_readme_2d6eae1e": {
"message": "Review your template readme"
},
"rollback_26326307": {
"message": "Rollback"
},
Expand Down Expand Up @@ -4082,12 +4097,12 @@
"what_is_the_name_of_the_custom_event_b28a7b3": {
"message": "What is the name of the custom event?"
},
"what_is_the_name_of_this_trigger_1d6db01": {
"message": "What is the name of this trigger?"
},
"what_is_the_name_of_this_trigger_2642266e": {
"message": "What is the name of this trigger"
},
"what_is_the_name_of_this_trigger_luis_17b60a23": {
"message": "What is the name of this trigger (LUIS)"
},
"what_is_the_name_of_this_trigger_regex_f77376d7": {
"message": "What is the name of this trigger (RegEx)"
},
Expand Down

0 comments on commit e14beb4

Please sign in to comment.