From 1662c9cf9190af1eb7dcd6b34af43453409d4632 Mon Sep 17 00:00:00 2001 From: "Kelvin F. Alfaro" Date: Sat, 2 Oct 2021 14:37:10 -0500 Subject: [PATCH] Correct License banner instructions. (#846) * Update common.json * Banner instructions were incorrect. Removed the I from "I Agree". License banner indicates setting NEXT_PUBLIC_LICENSE_CONSENT env var to "I Agree". Env var NEXT_PUBLIC_LICENSE_CONSENT set to only accept "agree" * Update common.json Co-authored-by: Bailey Pumfleet Co-authored-by: Peer Richelsen --- ee/components/LicenseBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/components/LicenseBanner.tsx b/ee/components/LicenseBanner.tsx index 70888b28..8a9373de 100644 --- a/ee/components/LicenseBanner.tsx +++ b/ee/components/LicenseBanner.tsx @@ -32,7 +32,7 @@ export default function LicenseBanner() { Accept our license by changing the .env variable{" "} NEXT_PUBLIC_LICENSE_CONSENT to - 'I agree'. + 'agree'.