Change in name from NonRT to Non-RT
[portal/nonrtric-controlpanel.git] / webapp-backend / src / main / java / org / oransc / portal / nonrtric / controlpanel / portalapi / PortalAuthenticationFilter.java
index 3e0fea6..6a0e4c5 100644 (file)
@@ -230,7 +230,7 @@ public class PortalAuthenticationFilter implements Filter {
             System.getProperty("line.separator"), //
             "<html>", //
             "<head>", //
-            "<title>NonRT RIC Controlpanel</title>", //
+            "<title>Non-RT RIC Controlpanel</title>", //
             "<style>", //
             "html, body { ", //
             "  font-family: Helvetica, Arial, sans-serif;", //
@@ -238,7 +238,7 @@ public class PortalAuthenticationFilter implements Filter {
             "</style>", //
             "</head>", //
             "<body>", //
-            "<h2>NonRT RIC Controlpanel</h2>", //
+            "<h2>Non-RT RIC Controlpanel</h2>", //
             "<h4>Please log in.</h4>", //
             "<p>", //
             aHref, "Click here to authenticate at the ONAP Portal</a>", //