Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Composer/packages/client/src/utils/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getQnaPendingNotification = (urls: string[]): CardProps => {

export const getQnaSuccessNotification = (callback: () => void): CardProps => {
return {
title: formatMessage('Your knowledge base Surface go FAQ is ready!'),
title: formatMessage('Your knowledge base is ready!'),
type: 'success',
retentionTime: 5000,
link: {
Expand Down
18 changes: 15 additions & 3 deletions Composer/packages/server/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,9 @@
"create_or_edit_skill_manifest_8ad98da9": {
"message": "Create or edit skill manifest"
},
"creating_your_knowledge_base_ef4f9872": {
"message": "Creating your knowledge base"
},
"current_40c0812f": {
"message": " - Current"
},
Expand Down Expand Up @@ -893,9 +896,6 @@
"events_cf7a8c50": {
"message": "Events"
},
"ex_example_d5c7a406": {
"message": "ex. { example }"
},
"example_bot_list_9be1d563": {
"message": "Example bot list"
},
Expand Down Expand Up @@ -947,6 +947,9 @@
"extract_question_and_answer_pairs_from_an_online_f_c1e12724": {
"message": "Extract question-and-answer pairs from an online FAQ, product manuals, or other files. Supported formats are .tsv, .pdf, .doc, .docx, .xlsx, containing questions and answers in sequence. "
},
"extracting_qna_pairs_from_urls_eaed1b1c": {
"message": "Extracting QNA pairs from { urls }"
},
"false_2f39ee6d": {
"message": "false"
},
Expand Down Expand Up @@ -2075,6 +2078,9 @@
"there_was_an_error_74ed3c58": {
"message": "There was an error"
},
"there_was_error_creating_your_kb_53b31ff3": {
"message": "There was error creating your KB"
},
"these_examples_bring_together_all_of_the_best_prac_ca1b89c7": {
"message": "These examples bring together all of the best practices and supporting components we''ve identified through building of conversational experiences."
},
Expand Down Expand Up @@ -2303,6 +2309,9 @@
"view_ba339f93": {
"message": "View"
},
"view_kb_c382e495": {
"message": "View KB"
},
"vishwac_sena_45910bf0": {
"message": "Vishwac Sena"
},
Expand Down Expand Up @@ -2404,5 +2413,8 @@
},
"your_bot_is_using_luis_and_qna_for_natural_languag_53830684": {
"message": "Your bot is using LUIS and QNA for natural language understanding."
},
"your_knowledge_base_is_ready_6ecc1871": {
"message": "Your knowledge base is ready!"
}
}