We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d6bee commit 32efff5Copy full SHA for 32efff5
src/sentry/integrations/cursor/integration.py
@@ -49,7 +49,7 @@
49
class CursorAgentConfigForm(forms.Form):
50
api_key = forms.CharField(
51
label=_("Cursor API Key"),
52
- 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."),
53
widget=forms.PasswordInput(attrs={"placeholder": _("***********************")}),
54
max_length=255,
55
)
0 commit comments