Skip to content

Commit cb5d2f6

Browse files
authored
chore(autofix): Change popup placeholder text (#89174)
Just to make it more clear that you can give instructions here
1 parent 34cea99 commit cb5d2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/events/autofix/autofixHighlightPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function AutofixHighlightPopupContent({
299299
{commentThread?.is_completed !== true && (
300300
<InputWrapper onSubmit={handleSubmit}>
301301
<StyledInput
302-
placeholder={t('Questions or comments?')}
302+
placeholder={t('Questions? Instructions?')}
303303
value={comment}
304304
onChange={e => setComment(e.target.value)}
305305
maxLength={4096}

0 commit comments

Comments
 (0)