From b8e18fe9b9ed15fd98b51b9544a4c75fd752a566 Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Tue, 14 Jan 2025 14:52:16 +0000 Subject: [PATCH] Preparing the 2024Q4_RC: - Matching contact.component.html code with config.theming.default.json --- src/app/shared/components/contact/contact.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/components/contact/contact.component.html b/src/app/shared/components/contact/contact.component.html index c496ccb..d7c57ae 100644 --- a/src/app/shared/components/contact/contact.component.html +++ b/src/app/shared/components/contact/contact.component.html @@ -6,7 +6,7 @@ <h3>Who we are</h3> <div *ngIf="!customIntroductionHTML"> <address class='font-weight-light'><span class='font-weight-bold'>ETSI SDG OpenSlice</span> | <a - href='https://osl.etsi.org/' class='text-white'>https://osl.etsi.org</a><br>The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network Slice as a Service (NSaaS).</address> + href='https://osl.etsi.org/' class='text-white'>https://osl.etsi.org</a><br>The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network as a Service (NaaS).</address> <address class='font-weight-light'><span class='font-weight-bold'>{{config.TITLE}}</span> | <a href='{{config.WEBURL}}' class='text-white'>{{config.WEBURL}}</a><br>A portal that allows 5G experimenters to design and deploy network services towards the infrastructure.</address> -- GitLab