diff --git a/services/static-webserver/client/compile.json b/services/static-webserver/client/compile.json
index f6cce359eed..780532e3cf0 100644
--- a/services/static-webserver/client/compile.json
+++ b/services/static-webserver/client/compile.json
@@ -136,7 +136,7 @@
"class": "osparc.Application",
"theme": "osparc.theme.products.tis.ThemeDark",
"name": "tis",
- "title": "TI Plan - IT'IS",
+ "title": "TIP V3.0 - IT'IS",
"include": [
"iconfont.material.Load",
"iconfont.fontawesome5.Load",
@@ -152,7 +152,7 @@
"class": "osparc.Application",
"theme": "osparc.theme.products.tis.ThemeDark",
"name": "tiplite",
- "title": "TI Plan lite - IT'IS",
+ "title": "TIP.lite - IT'IS",
"include": [
"iconfont.material.Load",
"iconfont.fontawesome5.Load",
diff --git a/services/static-webserver/client/scripts/post-compile.py b/services/static-webserver/client/scripts/post-compile.py
index 6c532c83cee..afc1cd5033a 100644
--- a/services/static-webserver/client/scripts/post-compile.py
+++ b/services/static-webserver/client/scripts/post-compile.py
@@ -31,7 +31,7 @@ def update_apps_metadata():
replacements = i.get("replacements")
for key in replacements:
replace_text = replacements[key]
- data = data.replace(key, replace_text)
+ data = data.replace("${"+key+"}", replace_text)
with open(filename, "w") as file:
print(f"Updating app metadata: {filename}")
file.write(data)
diff --git a/services/static-webserver/client/source/boot/index.html b/services/static-webserver/client/source/boot/index.html
index 48b35c48db9..aa9e202a085 100644
--- a/services/static-webserver/client/source/boot/index.html
+++ b/services/static-webserver/client/source/boot/index.html
@@ -41,9 +41,9 @@
-
-
-
+
+
+
${appTitle}
-
+