From 5f8976004e49fbb3cd0ad08683d916df677fc440 Mon Sep 17 00:00:00 2001 From: arditdomi <32884230+arditdomi@users.noreply.github.com> Date: Fri, 14 Jun 2019 11:43:52 +0100 Subject: [PATCH] About component, Add missing Content Services URL label (#4850) --- lib/core/about/about.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/about/about.component.html b/lib/core/about/about.component.html index 00b92447c9..95098efa4f 100644 --- a/lib/core/about/about.component.html +++ b/lib/core/about/about.component.html @@ -56,7 +56,7 @@ -

{{ 'ABOUT.SERVER_SETTINGS.PROCESS_SERVICE_HOST' | translate: { value: ecmHost } }}

+

{{ 'ABOUT.SERVER_SETTINGS.CONTENT_SERVICE_HOST' | translate: { value: ecmHost } }}