diff --git a/lib/pact_broker/locale/en.yml b/lib/pact_broker/locale/en.yml index acbffe2af..e17caf922 100644 --- a/lib/pact_broker/locale/en.yml +++ b/lib/pact_broker/locale/en.yml @@ -27,9 +27,9 @@ en: consumerVersionNumber: The version number of the most recent consumer version associated with the pact content. providerVersionNumber: The provider version number for the verification result consumerVersionTags: The list of tag names for the most recent consumer version associated with the pact content, separated by ", " - consumerVersionBranch: The git branch associated with the consumer version + consumerVersionBranch: The repository branch associated with the consumer version providerVersionTags: The list of tag names for the provider version associated with the verification result, separated by ", ". - providerVersionBranch: The git branch associated with the provider version + providerVersionBranch: The repository branch associated with the provider version consumerLabels: The list of labels for the consumer associated with the pact content, separated by ", ". providerLabels: The list of labels for the provider associated with the pact content, separated by ", ". pactUrl: The "permalink" URL to the newly published pact (the URL specifying the consumer version URL, rather than the "/latest" format.