Skip to content

Commit 32efff5

Browse files
authored
chore(cursor-agent): remove 'background' wording here too (#103301)
Remove the background wording from this part of the integration as well.
1 parent b4d6bee commit 32efff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/integrations/cursor/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
class CursorAgentConfigForm(forms.Form):
5050
api_key = forms.CharField(
5151
label=_("Cursor API Key"),
52-
help_text=_("Enter your Cursor API key to call background Cursor Agents with."),
52+
help_text=_("Enter your Cursor API key to call Cursor Agents with."),
5353
widget=forms.PasswordInput(attrs={"placeholder": _("***********************")}),
5454
max_length=255,
5555
)

0 commit comments

Comments
 (0)