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
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ProvisionHandoff = (props: ProvisionHandoffProps) => {
<Text>{props.developerInstructions}&nbsp;&nbsp;</Text>
{props.learnMoreLink && (
<Link href={props.learnMoreLink} target="_blank">
{formatMessage('Learn More')}
{formatMessage('Learn more')}
</Link>
)}
</div>
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 @@ -2033,9 +2033,6 @@
"learn_how_to_publish_to_a_dev_ops_pipeline_using_c_9b4577be": {
"message": "Learn how to publish to a Dev Ops pipeline using CI / CD."
},
"learn_more_7a8d626": {
"message": "Learn More"
},
"learn_more_a79a7918": {
"message": "Learn more"
},
Expand Down Expand Up @@ -2597,6 +2594,9 @@
"open_e0beb7b9": {
"message": "Open"
},
"open_in_power_virtual_agents_fcd881e6": {
"message": "Open in Power Virtual Agents"
},
"open_inline_editor_a5aabcfa": {
"message": "Open inline editor"
},
Expand Down Expand Up @@ -2708,6 +2708,9 @@
"pop_out_editor_5528a187": {
"message": "Pop out editor"
},
"power_virtual_agents_topics_count_9043ab47": {
"message": "Power Virtual Agents Topics ({ count })"
},
"powervirtualagents_logo_11858924": {
"message": "PowerVirtualAgents Logo"
},
Expand Down Expand Up @@ -3512,6 +3515,9 @@
"synonyms_optional_afe5cdb1": {
"message": "Synonyms (Optional)"
},
"system_topic_44cfbac8": {
"message": "System Topic"
},
"tag_entity_5ae99194": {
"message": "Tag entity"
},
Expand Down Expand Up @@ -3701,6 +3707,9 @@
"this_option_allows_your_users_to_give_multiple_val_d2dd0d58": {
"message": "This option allows your users to give multiple values for this property."
},
"this_page_contains_detailed_information_about_your_224a2b04": {
"message": "This Page contains detailed information about your bot. For security reasons, they are hidden by default. To test your bot or publish to Azure, you may need to provide these settings."
},
"this_page_contains_detailed_information_about_your_b2b3413b": {
"message": "This Page contains detailed information about your bot. For security reasons, they are hidden by default. To test your bot or publish to Azure, you may need to provide these settings"
},
Expand Down Expand Up @@ -3944,6 +3953,9 @@
"user_is_typing_typing_activity_cd938615": {
"message": "User is typing (Typing activity)"
},
"user_topic_e3978941": {
"message": "User Topic"
},
"validating_35b79a96": {
"message": "Validating..."
},
Expand Down