From 683e9e561f2d29022605f34ce9d338bae51c1895 Mon Sep 17 00:00:00 2001 From: JacobRoberts Date: Tue, 12 Mar 2019 10:30:47 -0700 Subject: [PATCH] Change ui strings to be more specific Addressing https://github.com/Microsoft/azure-pipelines-tasks/pull/9759#pullrequestreview-212019948 --- .../Strings/resources.resjson/en-US/resources.resjson | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson b/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson index 2a9bce8b4f37..52aee811a4ac 100644 --- a/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson @@ -29,9 +29,9 @@ "loc.input.help.releaseNotesFile": "Select a UTF-8 encoded text file which contains the Release Notes for this version.", "loc.input.label.isMandatory": "Require users to update to this release", "loc.input.label.destinationType": "Release destination", - "loc.input.label.destinationGroupIds": "Destination IDs", + "loc.input.label.destinationGroupIds": "Distribution Group IDs", "loc.input.help.destinationGroupIds": "IDs of the distribution groups to release to. Leave it empty to use the default group and use commas or semicolons to separate multiple IDs.", - "loc.input.label.destinationStoreId": "Destination ID", + "loc.input.label.destinationStoreId": "Store ID", "loc.input.help.destinationStoreId": "ID of the distribution store to deploy to.", "loc.input.label.isSilent": "Do not notify testers. Release will still be available to install.", "loc.messages.CannotDecodeEndpoint": "Could not decode the endpoint.", @@ -45,4 +45,4 @@ "loc.messages.FoundMultipleFiles": "Found multiple files matching %s.", "loc.messages.FailedToCreateFile": "Failed to create %s with error: %s.", "loc.messages.FailedToFindFile": "Failed to find %s at %s." -} \ No newline at end of file +}