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, )