Skip to content

Commit

Permalink
Adjusted label names for service name and URL
Browse files Browse the repository at this point in the history
* #1812 Adjust label names for label service and URL

* Update CHANGELOG.md
  • Loading branch information
corinagum authored and tonyanziano committed Sep 11, 2019
1 parent adab677 commit 8860b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -47,6 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1856](https://github.com/microsoft/BotFramework-Emulator/pull/1856)
- [1858](https://github.com/microsoft/BotFramework-Emulator/pull/1858)
- [1860](https://github.com/microsoft/BotFramework-Emulator/pull/1860)
- [1861](https://github.com/microsoft/BotFramework-Emulator/pull/1861)


- [client] Fixed an issue with the transcripts path input inside of the resource settings dialog in PR [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836)

Expand Down
Expand Up @@ -69,14 +69,14 @@ const labelMap = {
id: 'App ID',
instrumentationKey: 'App Insights Instrumentation Key',
kbId: 'Knowledge base ID',
name: 'Name',
name: 'Service Name',
region: 'Region',
resourceGroup: 'Azure Resource group',
serviceName: 'Azure Service Name',
subscriptionId: 'Azure Subscription ID',
subscriptionKey: 'Azure Subscription key',
tenantId: 'Azure Tenant ID',
url: 'URL',
url: 'Service URL',
version: 'Version',
...serviceTypeLabels,
};
Expand Down

0 comments on commit 8860b99

Please sign in to comment.