diff --git a/src/tests/ofc25/deploy.sh b/src/tests/ofc25/deploy.sh
index fb892e14cdb6030c6ab215e281a4d08a6edc759d..c630647a0616b3f9a91c81f5c3f7e7659ce2d5b7 100755
--- a/src/tests/ofc25/deploy.sh
+++ b/src/tests/ofc25/deploy.sh
@@ -57,6 +57,7 @@ cp manifests/contextservice.yaml manifests/contextservice.yaml.bak
 source src/tests/ofc25/deploy_specs_opt.sh
 cp manifests/contextservice.yaml.bak manifests/contextservice.yaml
 sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_opt_context"/}' manifests/contextservice.yaml
+sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (Optical)</h2>|' src/webui/service/templates/main/home.html
 
 ./deploy/crdb.sh
 ./deploy/nats.sh
@@ -73,6 +74,7 @@ mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_opt.sh
 source src/tests/ofc25/deploy_specs_ip.sh
 cp manifests/contextservice.yaml.bak manifests/contextservice.yaml
 sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_ip_context"/}' manifests/contextservice.yaml
+sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (Packet)</h2>|' src/webui/service/templates/main/home.html
 
 ./deploy/crdb.sh
 ./deploy/nats.sh
@@ -89,6 +91,7 @@ mv tfs_runtime_env_vars.sh tfs_runtime_env_vars_ip.sh
 source src/tests/ofc25/deploy_specs_e2e.sh
 cp manifests/contextservice.yaml.bak manifests/contextservice.yaml
 sed -i '/name: CRDB_DATABASE/{n;s/value: .*/value: "tfs_e2e_context"/}' manifests/contextservice.yaml
+sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (End-to-End)</h2>|' src/webui/service/templates/main/home.html
 
 ./deploy/crdb.sh
 ./deploy/nats.sh