Skip to content

Commit

Permalink
chore(deadline): fix typo in license messsage
Browse files Browse the repository at this point in the history
  • Loading branch information
ddneilson committed Dec 14, 2022
1 parent adbbaa4 commit b3d8852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ By downloading or using the Deadline software, you agree to the AWS Customer Agr
and AWS Intellectual Property License (https://aws.amazon.com/legal/aws-ip-license-terms/). You acknowledge that Deadline
is AWS Content as defined in those Agreements.
Please set the userAcceptsAwsCustomerAgreementAndIpLicense property to
Please set the userAwsCustomerAgreementAndIpLicenseAcceptance property to
USER_ACCEPTS_AWS_CUSTOMER_AGREEMENT_AND_IP_LICENSE to signify your acceptance of these terms.
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ By downloading or using the Deadline software, you agree to the AWS Customer Agr
and AWS Intellectual Property License (https://aws.amazon.com/legal/aws-ip-license-terms/). You acknowledge that Deadline
is AWS Content as defined in those Agreements.
Please set the userAcceptsAwsCustomerAgreementAndIpLicense property to
Please set the userAwsCustomerAgreementAndIpLicenseAcceptance property to
USER_ACCEPTS_AWS_CUSTOMER_AGREEMENT_AND_IP_LICENSE to signify your acceptance of these terms.
`;
userAwsCustomerAgreementAndIpLicenseAcceptance = AwsCustomerAgreementAndIpLicenseAcceptance.USER_REJECTS_AWS_CUSTOMER_AGREEMENT_AND_IP_LICENSE;
Expand Down

0 comments on commit b3d8852

Please sign in to comment.