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 39a3727 commit 1acb965Copy full SHA for 1acb965
static/app/views/issueDetails/actions/newIssueExperienceButton.tsx
@@ -153,9 +153,7 @@ export function NewIssueExperienceButton() {
153
hidden: !openForm,
154
onAction: () => {
155
openForm?.({
156
- messagePlaceholder: t(
157
- 'Excluding bribes, what would make you excited to use the new UI?'
158
- ),
+ messagePlaceholder: t('Tell us what you think about the new UI'),
159
tags: {
160
['feedback.source']: 'streamlined_issue_details',
161
['feedback.owner']: 'issues',
0 commit comments