diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterTags.razor b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterTags.razor
index 13859306..61a57a49 100644
--- a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterTags.razor
+++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterTags.razor
@@ -21,7 +21,7 @@ else
{
Tags are bound to a driver instance and (optionally) an equipment + poll group. The view
- below shows the first @PageSize tags by Name; full pagination + search land in Phase C.2.
+ below shows the first @PageSize tags by Name.
diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterUns.razor b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterUns.razor
index 55734e35..ae950baa 100644
--- a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterUns.razor
+++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/Clusters/ClusterUns.razor
@@ -20,8 +20,7 @@ else
{
UNS levels: Enterprise (cluster) → Site (cluster) → Area → Line → Equipment. Areas and
- lines are cluster-scoped; equipment hangs under a single line. Live editing lands in a
- Phase C.2 follow-up.
+ lines are cluster-scoped; equipment hangs under a single line.
diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/VirtualTags.razor b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/VirtualTags.razor
index d08888b4..925ce53b 100644
--- a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/VirtualTags.razor
+++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Pages/VirtualTags.razor
@@ -20,7 +20,7 @@ else
Virtual tags evaluate a script per equipment instance and publish the result as an OPC UA
variable. ChangeTriggered = re-evaluate when any dependency changes; TimerIntervalMs
- re-evaluates on a periodic timer. Live editing lands in a Phase C.2-equivalent follow-up.
+ re-evaluates on a periodic timer.