diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index 252f5f3ef74f8db4908d43d1fd6a44bec6de9f95..f62558247f762c7a23b51174e933bfbf081f47e5 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -123,7 +123,7 @@ def prompt_sharepoint_checklist_url(checklist_url: str) -> FormGenerator:
     return {}
 
 
-@step("[DRY RUN] Add all PE routers to P router iBGP table")
+@step("[DRY RUN] Add all PE routers to P router iBGP group")
 def add_all_pe_to_p_dry(subscription: dict[str, Any], callback_route: str, process_id: UUIDstr) -> None:
     """Perform a dry run of adding the list of all PE routers to the new P router."""
     extra_vars = {
@@ -141,7 +141,7 @@ def add_all_pe_to_p_dry(subscription: dict[str, Any], callback_route: str, proce
     )
 
 
-@step("[FOR REAL] Add all PE routers to P router iBGP table")
+@step("[FOR REAL] Add all PE routers to P router iBGP group")
 def add_all_pe_to_p_real(
     subscription: dict[str, Any], callback_route: str, tt_number: str, process_id: UUIDstr
 ) -> None: