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 34cea99 commit cb5d2f6Copy full SHA for cb5d2f6
static/app/components/events/autofix/autofixHighlightPopup.tsx
@@ -299,7 +299,7 @@ function AutofixHighlightPopupContent({
299
{commentThread?.is_completed !== true && (
300
<InputWrapper onSubmit={handleSubmit}>
301
<StyledInput
302
- placeholder={t('Questions or comments?')}
+ placeholder={t('Questions? Instructions?')}
303
value={comment}
304
onChange={e => setComment(e.target.value)}
305
maxLength={4096}
0 commit comments