From 4ccf18be77666cb0778c6276a76201c5b00ea445 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 12 Oct 2020 14:05:17 +0300 Subject: [PATCH] fixed license issue --- apps/red-ui/src/assets/i18n/en.json | 4 ++-- docker/red-ui/docker-entrypoint.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index 26d104643..19a36062d 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -278,10 +278,10 @@ }, "file-preview": { "annotated": { - "label": "Annotated" + "label": "Review Annotations" }, "redacted": { - "label": "Redacted" + "label": "Preview Redaction" }, "download-redacted": { "label": "Download Redacted" diff --git a/docker/red-ui/docker-entrypoint.sh b/docker/red-ui/docker-entrypoint.sh index 6c55912cd..a8ed05499 100755 --- a/docker/red-ui/docker-entrypoint.sh +++ b/docker/red-ui/docker-entrypoint.sh @@ -3,7 +3,7 @@ OAUTH_CLIENT_ID="${OAUTH_CLIENT_ID:-gin-client}" OAUTH_URL="${OAUTH_URL:-https://keycloak-dev.iqser.cloud/auth/realms/dev}" API_URL="${API_URL:-}" -PDFTRON_LICENSE="${API_URL:-}" +PDFTRON_LICENSE="${PDFTRON_LICENSE:-}" echo '{ "OAUTH_CLIENT_ID":"'"$OAUTH_CLIENT_ID"'",