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
Show all changes
35 commits
Select commit Hold shift + click to select a range
f6d0aca
fix: 6566 Update provision handoff copy
GeoffCoxMSFT Apr 13, 2021
00d24b7
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 13, 2021
fc4bdd2
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 13, 2021
7f7dec5
Merge branch 'gcox/mainwork' of https://github.com/microsoft/BotFrame…
GeoffCoxMSFT Apr 13, 2021
f0b22bb
fix: 6851
GeoffCoxMSFT Apr 13, 2021
2ff9f70
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 13, 2021
fb965c7
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 14, 2021
93ba230
Moved sign-in to config page
GeoffCoxMSFT Apr 14, 2021
9bef23a
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 19, 2021
49b18d1
Fixed broken QnA image svg
GeoffCoxMSFT Apr 19, 2021
7c6184c
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 19, 2021
a889ce3
fix issues with existing name stopping is new
GeoffCoxMSFT Apr 19, 2021
bb46a0c
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 19, 2021
4bf7a10
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 19, 2021
1af735d
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 19, 2021
32cb7ad
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 20, 2021
9431651
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 22, 2021
c142b59
Remove placeholders before saving import config
GeoffCoxMSFT Apr 22, 2021
352c832
Inline remove placeholders
GeoffCoxMSFT Apr 22, 2021
b022d26
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 22, 2021
c930c1d
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 22, 2021
e5e3e0b
Updated provisioning UI based on change requests
GeoffCoxMSFT Apr 23, 2021
998937b
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 23, 2021
c1c56e3
Add formatMessages
GeoffCoxMSFT Apr 23, 2021
86b2bed
Merge branch 'gcox/mainwork' of https://github.com/microsoft/BotFrame…
GeoffCoxMSFT Apr 23, 2021
b447b07
formatMessage
GeoffCoxMSFT Apr 23, 2021
2a97336
Reverting cancel button spacing per design
GeoffCoxMSFT Apr 23, 2021
4bdcbfc
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 23, 2021
b5db4da
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 24, 2021
2f40a3e
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 26, 2021
aadd19f
Added hostname default
GeoffCoxMSFT Apr 26, 2021
2e66b34
Merge branch 'main' of https://github.com/microsoft/BotFramework-Comp…
GeoffCoxMSFT Apr 26, 2021
3545646
Updated step title string
GeoffCoxMSFT Apr 26, 2021
4ef39ef
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 26, 2021
3e38b46
Merge branch 'main' into gcox/mainwork
GeoffCoxMSFT Apr 26, 2021
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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const PublishProfileDialog: React.FC<PublishProfileDialogProps> = (props)
const { provisionToTarget, addNotification } = useRecoilValue(dispatcherState);

const [dialogTitle, setTitle] = useState({
title: current ? formatMessage('Edit a publishing profile') : formatMessage('Add new publishing profile'),
title: current ? formatMessage('Edit publishing profile') : formatMessage('Add new publishing profile'),
subText: formatMessage('A publishing profile provides the secure connectivity required to publish your bot. '),
});

Expand Down Expand Up @@ -81,7 +81,7 @@ export const PublishProfileDialog: React.FC<PublishProfileDialogProps> = (props)
PluginAPI.publish.onBack = () => {
setPage(Page.ProfileForm);
setTitle({
title: current ? formatMessage('Edit a publishing profile') : formatMessage('Add new publishing profile'),
title: current ? formatMessage('Edit publishing profile') : formatMessage('Add new publishing profile'),
subText: formatMessage('A publishing profile provides the secure connectivity required to publish your bot. '),
});
};
Expand Down
20 changes: 7 additions & 13 deletions Composer/packages/server/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,6 @@
"create_from_template_87e12c94": {
"message": "Create from template"
},
"create_kb_e78571ba": {
"message": "Create KB"
},
"create_knowledge_base_db6d66c4": {
"message": "Create knowledge base"
},
Expand All @@ -929,9 +926,6 @@
"create_new_knowledge_base_d15d6873": {
"message": "Create new knowledge base"
},
"create_new_knowledge_base_from_scratch_638c4fd2": {
"message": "Create new knowledge base from scratch"
},
"create_new_publish_profile_e27c0950": {
"message": "Create new publish profile"
},
Expand Down Expand Up @@ -1241,9 +1235,6 @@
"early_adopters_e8db7999": {
"message": "Early adopters"
},
"edit_a_publishing_profile_705e87e3": {
"message": "Edit a publishing profile"
},
"edit_a_skill_5665d9ac": {
"message": "Edit a skill"
},
Expand Down Expand Up @@ -1280,6 +1271,9 @@
"edit_property_dd6a1172": {
"message": "Edit Property"
},
"edit_publishing_profile_e40a0bf1": {
"message": "Edit publishing profile"
},
"edit_schema_a2ab5695": {
"message": "Edit schema"
},
Expand Down Expand Up @@ -2294,8 +2288,8 @@
"manifest_version_1edc004a": {
"message": "Manifest Version"
},
"manually_add_question_and_answer_pairs_to_create_a_f1318c4e": {
"message": "Manually add question and answer pairs to create a KB"
"manually_add_question_and_answer_pairs_to_create_a_39089442": {
"message": "Manually add question and answer pairs to create a knowledge base"
},
"maximum_f0e8e5e4": {
"message": "Maximum"
Expand Down Expand Up @@ -3896,8 +3890,8 @@
"try_new_features_in_preview_and_help_us_make_compo_e8e58983": {
"message": "Try new features in preview and help us make Composer better. You can turn them on or off at any time."
},
"type_a_name_that_describes_this_content_d1a910b6": {
"message": "Type a name that describes this content"
"type_a_name_for_this_knowledge_base_ab07b439": {
"message": "Type a name for this knowledge base"
},
"type_and_press_enter_33a2905d": {
"message": "Type and press enter"
Expand Down