From 1e9234ea67677bcff8eb9af44afec701198cd4a1 Mon Sep 17 00:00:00 2001 From: Arthur Denner Date: Tue, 8 Feb 2022 23:44:49 +0100 Subject: [PATCH] fix: remove template string to fix interpolation (#1736) Co-authored-by: Bailey Pumfleet --- ee/components/LicenseBanner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/components/LicenseBanner.tsx b/ee/components/LicenseBanner.tsx index fcfad83855..bfe04e14b6 100644 --- a/ee/components/LicenseBanner.tsx +++ b/ee/components/LicenseBanner.tsx @@ -35,7 +35,7 @@ export default function LicenseBanner() {

- Accept our license by changing the .env variable{" "} + Accept our license by changing the .env variable NEXT_PUBLIC_LICENSE_CONSENT to 'agree'. @@ -77,7 +77,7 @@ export default function LicenseBanner() { confirmBtnText={t("env_changed")} cancelBtnText={t("cancel")}> - To remove this banner, please open your .env file and change the{" "} + To remove this banner, please open your .env file and change the NEXT_PUBLIC_LICENSE_CONSENT {" "}