From 0b4c520c25a994a2cc3db3707d16271d85db98bf Mon Sep 17 00:00:00 2001 From: Jenn Mueng <30991498+jennmueng@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:32:43 +0700 Subject: [PATCH] chore(cursor-agent): remove 'background' wording here too --- src/sentry/integrations/cursor/integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/integrations/cursor/integration.py b/src/sentry/integrations/cursor/integration.py index 02ed1111b40559..c424d046b40428 100644 --- a/src/sentry/integrations/cursor/integration.py +++ b/src/sentry/integrations/cursor/integration.py @@ -49,7 +49,7 @@ class CursorAgentConfigForm(forms.Form): api_key = forms.CharField( label=_("Cursor API Key"), - help_text=_("Enter your Cursor API key to call background Cursor Agents with."), + help_text=_("Enter your Cursor API key to call Cursor Agents with."), widget=forms.PasswordInput(attrs={"placeholder": _("***********************")}), max_length=255, )