From df6ee3d2662ca2afaf3fd4610752647b2d6aa3c5 Mon Sep 17 00:00:00 2001 From: Taylor Wilsdon Date: Mon, 28 Jul 2025 11:53:39 -0400 Subject: [PATCH] Update core/api_enablement.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- core/api_enablement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api_enablement.py b/core/api_enablement.py index 638188f..cd08847 100644 --- a/core/api_enablement.py +++ b/core/api_enablement.py @@ -91,7 +91,7 @@ def get_api_enablement_message(error_details: str, service_type: Optional[str] = f"{service_display_name} API is not enabled for your project" f"{f' ({project_id})' if project_id else ''}.\n\n" f"Enable it here: {enable_link}\n\n" - f"After enabling, wait a few moments for the change to propagate, then try again." + f"After enabling, wait 1-2 minutes for the change to propagate, then try again." f"IMPORTANT - LLM: share the link provided as a clickable hyperlink and instruct the user to enable the required API." )